mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
Converted packed scenes to paths
This commit is contained in:
parent
9b7a426deb
commit
c4891a0d03
5 changed files with 14 additions and 17 deletions
|
|
@ -1,7 +1,6 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://5xajclchk3my"]
|
||||
[gd_scene load_steps=2 format=3 uid="uid://5xajclchk3my"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/MainMenu.cs" id="1_702nk"]
|
||||
[ext_resource type="PackedScene" uid="uid://cwfaxgr8pgfga" path="res://Scenes/game.tscn" id="2_82hab"]
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
layout_mode = 3
|
||||
|
|
@ -11,7 +10,8 @@ anchor_bottom = 1.0
|
|||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_702nk")
|
||||
GameScene = ExtResource("2_82hab")
|
||||
GameScene = "res://Scenes/game.tscn"
|
||||
MainMenuScene = "res://Scenes/MainMenu.tscn"
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
layout_mode = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue