This repository has been archived on 2024-08-28. You can view files and clone it, but cannot push or open issues or pull requests.
gmtk-2024/components/Bars.tscn
2024-08-19 03:16:36 +01:00

10 lines
391 B
Text

[gd_scene load_steps=3 format=3 uid="uid://clptnshbcs6cn"]
[ext_resource type="Script" path="res://components/bars.gd" id="1_5icge"]
[ext_resource type="Texture2D" uid="uid://cavipaqyic82h" path="res://assets/art/bars/artwork.png" id="1_xyrd0"]
[node name="Bars" type="TextureRect"]
offset_right = 40.0
offset_bottom = 40.0
texture = ExtResource("1_xyrd0")
script = ExtResource("1_5icge")