7-11-25 7:00pm
This commit is contained in:
10
Gameplay/cue.tscn
Normal file
10
Gameplay/cue.tscn
Normal file
@@ -0,0 +1,10 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://dm4xk16ce0j"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://qs3fa665l8x2" path="res://art/cue.png" id="1_ujx86"]
|
||||
[ext_resource type="Script" uid="uid://ian15gmia0uv" path="res://Gameplay/Cue.cs" id="2_dtogv"]
|
||||
|
||||
[node name="Cue" type="Sprite2D"]
|
||||
z_index = 99
|
||||
texture_filter = 1
|
||||
texture = ExtResource("1_ujx86")
|
||||
script = ExtResource("2_dtogv")
|
||||
Reference in New Issue
Block a user