Second Prototype
This commit is contained in:
parent
885351b624
commit
632eeddc64
60 changed files with 680 additions and 1013 deletions
12
scenes/Blocks/Patterns/block_pattern.tscn
Normal file
12
scenes/Blocks/Patterns/block_pattern.tscn
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://7knb2yqvkw6i"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/Blocks/Patterns/block_pattern.gd" id="1_ne3bj"]
|
||||
|
||||
[node name="BlockPattern" type="Node2D"]
|
||||
script = ExtResource("1_ne3bj")
|
||||
|
||||
[node name="Positions" type="Node2D" parent="."]
|
||||
|
||||
[node name="CollisionTest" type="Area2D" parent="."]
|
||||
collision_layer = 8
|
||||
collision_mask = 3
|
||||
Loading…
Add table
Add a link
Reference in a new issue