Converted packed scenes to paths

This commit is contained in:
MaddoScientisto 2024-08-25 17:06:59 +02:00
commit c4891a0d03
5 changed files with 14 additions and 17 deletions

View file

@ -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