Erster Prototyp
This commit is contained in:
parent
2da5af8954
commit
885351b624
48 changed files with 1350 additions and 0 deletions
55
scenes/Block/L-small/L-small_block.tscn
Normal file
55
scenes/Block/L-small/L-small_block.tscn
Normal file
|
|
@ -0,0 +1,55 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://gmwso8esa8o8"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bu6grrxuhypny" path="res://scenes/Block/block.tscn" id="1_41sok"]
|
||||
[ext_resource type="PackedScene" uid="uid://sdjhhungtjpp" path="res://scenes/Block/L-small/L-small_Collision.tscn" id="2_1jxh0"]
|
||||
[ext_resource type="Script" path="res://scenes/Block/L-small/L-small_block.gd" id="2_orqrx"]
|
||||
|
||||
[node name="Block" instance=ExtResource("1_41sok")]
|
||||
script = ExtResource("2_orqrx")
|
||||
|
||||
[node name="CollisionPolygon2D" parent="Tests/Position 1" index="0" instance=ExtResource("2_1jxh0")]
|
||||
|
||||
[node name="CollisionPolygon2D" parent="Tests/Position 2" index="0" instance=ExtResource("2_1jxh0")]
|
||||
rotation = 1.57079
|
||||
|
||||
[node name="CollisionPolygon2D" parent="Tests/Position 3" index="0" instance=ExtResource("2_1jxh0")]
|
||||
rotation = -3.14159
|
||||
|
||||
[node name="CollisionPolygon2D" parent="Tests/Position 4" index="0" instance=ExtResource("2_1jxh0")]
|
||||
rotation = -1.57079
|
||||
|
||||
[node name="Marker2D" type="Marker2D" parent="Position 1" index="0"]
|
||||
position = Vector2(-32, -32)
|
||||
|
||||
[node name="Marker2D2" type="Marker2D" parent="Position 1" index="1"]
|
||||
position = Vector2(-32, 32)
|
||||
|
||||
[node name="Marker2D3" type="Marker2D" parent="Position 1" index="2"]
|
||||
position = Vector2(32, 32)
|
||||
|
||||
[node name="Marker2D" type="Marker2D" parent="Position 2" index="0"]
|
||||
position = Vector2(32, -32)
|
||||
|
||||
[node name="Marker2D2" type="Marker2D" parent="Position 2" index="1"]
|
||||
position = Vector2(-32, -32)
|
||||
|
||||
[node name="Marker2D3" type="Marker2D" parent="Position 2" index="2"]
|
||||
position = Vector2(-32, 32)
|
||||
|
||||
[node name="Marker2D" type="Marker2D" parent="Position 3" index="0"]
|
||||
position = Vector2(32, 32)
|
||||
|
||||
[node name="Marker2D2" type="Marker2D" parent="Position 3" index="1"]
|
||||
position = Vector2(32, -32)
|
||||
|
||||
[node name="Marker2D3" type="Marker2D" parent="Position 3" index="2"]
|
||||
position = Vector2(-32, -32)
|
||||
|
||||
[node name="Marker2D" type="Marker2D" parent="Position 4" index="0"]
|
||||
position = Vector2(-32, 32)
|
||||
|
||||
[node name="Marker2D2" type="Marker2D" parent="Position 4" index="1"]
|
||||
position = Vector2(32, 32)
|
||||
|
||||
[node name="Marker2D3" type="Marker2D" parent="Position 4" index="2"]
|
||||
position = Vector2(32, -32)
|
||||
Loading…
Add table
Add a link
Reference in a new issue