Erster Prototyp

This commit is contained in:
Exobyt 2024-08-17 19:46:21 +02:00
parent 2da5af8954
commit 885351b624
48 changed files with 1350 additions and 0 deletions

15
scenes/Grid/row_test.tscn Normal file
View 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")