ddr gaming
This commit is contained in:
parent
04417dffbd
commit
288245037b
25 changed files with 466 additions and 6 deletions
20
games/ddr/ddr_note.tscn
Normal file
20
games/ddr/ddr_note.tscn
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://br48sxf5llkep"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://co01e75fr42v2" path="res://sprites/ddr_red.png" id="1_eadbn"]
|
||||
[ext_resource type="Script" uid="uid://c1bu18t3p2nuq" path="res://games/ddr/ddr_note.gd" id="1_olog6"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_olog6"]
|
||||
size = Vector2(30, 30)
|
||||
|
||||
[node name="DdrNote" type="Node2D" node_paths=PackedStringArray("sprite")]
|
||||
scale = Vector2(2, 2)
|
||||
script = ExtResource("1_olog6")
|
||||
sprite = NodePath("Sprite2D")
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="."]
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
||||
shape = SubResource("RectangleShape2D_olog6")
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
texture = ExtResource("1_eadbn")
|
||||
Loading…
Add table
Add a link
Reference in a new issue