init
This commit is contained in:
16
Scenes/main.tscn
Normal file
16
Scenes/main.tscn
Normal file
@@ -0,0 +1,16 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cf34vk5r055dx"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/Main.cs" id="1_k1i8e"]
|
||||
|
||||
[node name="Node2D" type="Node2D"]
|
||||
script = ExtResource("1_k1i8e")
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="LevelDrawer" type="TextureRect" parent="CanvasLayer"]
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
expand_mode = 2
|
||||
Reference in New Issue
Block a user