Erster Prototyp
This commit is contained in:
parent
2da5af8954
commit
885351b624
48 changed files with 1350 additions and 0 deletions
16
scenes/Main/main.tscn
Normal file
16
scenes/Main/main.tscn
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://bq5hrqgv0f6hp"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dwl4lotl1d3ij" path="res://scenes/Grid/grid.tscn" id="1_88eap"]
|
||||
[ext_resource type="PackedScene" uid="uid://c03h0nwewolfx" path="res://scenes/Grid/SpeedScale.tscn" id="2_mnoeo"]
|
||||
|
||||
[node name="main" type="Node"]
|
||||
|
||||
[node name="Grid" parent="." instance=ExtResource("1_88eap")]
|
||||
position = Vector2(128, 256)
|
||||
|
||||
[node name="Node2D" parent="." instance=ExtResource("2_mnoeo")]
|
||||
visible = false
|
||||
position = Vector2(960, 896)
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="."]
|
||||
position = Vector2(448, 800)
|
||||
Loading…
Add table
Add a link
Reference in a new issue