Erster Prototyp
This commit is contained in:
parent
2da5af8954
commit
885351b624
48 changed files with 1350 additions and 0 deletions
4
scenes/Block/T/T_Collision.tscn
Normal file
4
scenes/Block/T/T_Collision.tscn
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
[gd_scene format=3 uid="uid://y28wwij2c37i"]
|
||||
|
||||
[node name="CollisionPolygon2D" type="CollisionPolygon2D"]
|
||||
polygon = PackedVector2Array(59, -5, 59, -59, -5, -59, -5, -123, -59, -123, -59, -59, -123, -59, -123, -5)
|
||||
1
scenes/Block/T/T_block.gd
Normal file
1
scenes/Block/T/T_block.gd
Normal file
|
|
@ -0,0 +1 @@
|
|||
extends "res://scenes/Block/block.gd"
|
||||
86
scenes/Block/T/T_block.tscn
Normal file
86
scenes/Block/T/T_block.tscn
Normal file
|
|
@ -0,0 +1,86 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://blie7m1eu4ah0"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bu6grrxuhypny" path="res://scenes/Block/block.tscn" id="1_hgreb"]
|
||||
[ext_resource type="Script" path="res://scenes/Block/T/T_block.gd" id="2_uy5uy"]
|
||||
[ext_resource type="PackedScene" uid="uid://y28wwij2c37i" path="res://scenes/Block/T/T_Collision.tscn" id="3_n3dps"]
|
||||
|
||||
[node name="T-Block" instance=ExtResource("1_hgreb")]
|
||||
script = ExtResource("2_uy5uy")
|
||||
|
||||
[node name="Position 1" parent="Tests" index="0"]
|
||||
position = Vector2(-64, 0)
|
||||
rotation = 1.57079
|
||||
|
||||
[node name="Tests_Area2D4#CollisionPolygon2D" parent="Tests/Position 1" index="0" instance=ExtResource("3_n3dps")]
|
||||
position = Vector2(0, -64)
|
||||
rotation = -1.57079
|
||||
|
||||
[node name="Position 2" parent="Tests" index="1"]
|
||||
position = Vector2(0, -64)
|
||||
rotation = -1.57079
|
||||
|
||||
[node name="Tests_Area2D3#CollisionPolygon2D" parent="Tests/Position 2" index="0" instance=ExtResource("3_n3dps")]
|
||||
position = Vector2(-64.0001, -63.9999)
|
||||
rotation = -3.14159
|
||||
|
||||
[node name="Position 3" parent="Tests" index="2"]
|
||||
position = Vector2(-64, -64)
|
||||
rotation = 1.57079
|
||||
|
||||
[node name="Tests_Area2D2#CollisionPolygon2D" parent="Tests/Position 3" index="0" instance=ExtResource("3_n3dps")]
|
||||
position = Vector2(-64, -0.000141207)
|
||||
rotation = 1.57079
|
||||
|
||||
[node name="Position 4" parent="Tests" index="3"]
|
||||
position = Vector2(64, -64)
|
||||
rotation = -1.57079
|
||||
|
||||
[node name="Tests_Area2D#CollisionPolygon2D" parent="Tests/Position 4" index="0" instance=ExtResource("3_n3dps")]
|
||||
|
||||
[node name="Marker2D" type="Marker2D" parent="Position 1" index="0"]
|
||||
position = Vector2(-32, -96)
|
||||
|
||||
[node name="Marker2D2" type="Marker2D" parent="Position 1" index="1"]
|
||||
position = Vector2(-96, -32)
|
||||
|
||||
[node name="Marker2D3" type="Marker2D" parent="Position 1" index="2"]
|
||||
position = Vector2(-32, -32)
|
||||
|
||||
[node name="Marker2D4" type="Marker2D" parent="Position 1" index="3"]
|
||||
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, -96)
|
||||
|
||||
[node name="Marker2D3" type="Marker2D" parent="Position 2" index="2"]
|
||||
position = Vector2(-32, -32)
|
||||
|
||||
[node name="Marker2D4" type="Marker2D" parent="Position 2" index="3"]
|
||||
position = Vector2(-32, 32)
|
||||
|
||||
[node name="Marker2D" type="Marker2D" parent="Position 3" index="0"]
|
||||
position = Vector2(-96, -96)
|
||||
|
||||
[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, -96)
|
||||
|
||||
[node name="Marker2D4" type="Marker2D" parent="Position 3" index="3"]
|
||||
position = Vector2(32, -96)
|
||||
|
||||
[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)
|
||||
|
||||
[node name="Marker2D4" type="Marker2D" parent="Position 4" index="3"]
|
||||
position = Vector2(32, -96)
|
||||
Loading…
Add table
Add a link
Reference in a new issue