Erster Prototyp
This commit is contained in:
parent
2da5af8954
commit
885351b624
48 changed files with 1350 additions and 0 deletions
40
scenes/Block/block.tscn
Normal file
40
scenes/Block/block.tscn
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
[gd_scene load_steps=2 format=3 uid="uid://bu6grrxuhypny"]
|
||||
|
||||
[ext_resource type="Script" path="res://scenes/Block/block.gd" id="1_chscu"]
|
||||
|
||||
[node name="Block" type="Node2D"]
|
||||
script = ExtResource("1_chscu")
|
||||
|
||||
[node name="Tests" type="Node2D" parent="."]
|
||||
|
||||
[node name="Position 1" type="Area2D" parent="Tests"]
|
||||
collision_layer = 68
|
||||
collision_mask = 43
|
||||
|
||||
[node name="Position 2" type="Area2D" parent="Tests"]
|
||||
collision_layer = 68
|
||||
collision_mask = 43
|
||||
|
||||
[node name="Position 3" type="Area2D" parent="Tests"]
|
||||
collision_layer = 68
|
||||
collision_mask = 43
|
||||
|
||||
[node name="Position 4" type="Area2D" parent="Tests"]
|
||||
collision_layer = 68
|
||||
collision_mask = 43
|
||||
|
||||
[node name="Position 1" type="Node2D" parent="."]
|
||||
|
||||
[node name="Position 2" type="Node2D" parent="."]
|
||||
|
||||
[node name="Position 3" type="Node2D" parent="."]
|
||||
|
||||
[node name="Position 4" type="Node2D" parent="."]
|
||||
|
||||
[node name="BlockParts" type="Node2D" parent="."]
|
||||
|
||||
[node name="stopTimer" type="Timer" parent="."]
|
||||
process_callback = 0
|
||||
one_shot = true
|
||||
|
||||
[connection signal="timeout" from="stopTimer" to="." method="_on_stop_timer_timeout"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue