gmtk-2024/components/Bars.tscn

11 lines
391 B
Text
Raw Normal View History

2024-08-19 02:16:36 +00:00
[gd_scene load_steps=3 format=3 uid="uid://clptnshbcs6cn"]
2024-08-17 21:39:51 +00:00
2024-08-19 02:16:36 +00:00
[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"]
2024-08-17 21:39:51 +00:00
2024-08-19 02:16:36 +00:00
[node name="Bars" type="TextureRect"]
2024-08-18 17:12:13 +00:00
offset_right = 40.0
offset_bottom = 40.0
texture = ExtResource("1_xyrd0")
2024-08-19 02:16:36 +00:00
script = ExtResource("1_5icge")