Erster Prototyp
This commit is contained in:
parent
2da5af8954
commit
885351b624
48 changed files with 1350 additions and 0 deletions
15
scenes/Grid/row_test.tscn
Normal file
15
scenes/Grid/row_test.tscn
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://duubii5uu3lgq"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/Grid/row_test.gd" id="1_a8m2k"]
|
||||
|
||||
[sub_resource type="RectangleShape2D" id="RectangleShape2D_rkqoc"]
|
||||
size = Vector2(640, 20)
|
||||
|
||||
[node name="rowTest" type="Area2D"]
|
||||
collision_layer = 4
|
||||
collision_mask = 2
|
||||
script = ExtResource("1_a8m2k")
|
||||
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(320, 0)
|
||||
shape = SubResource("RectangleShape2D_rkqoc")
|
||||
Loading…
Add table
Add a link
Reference in a new issue