fix:names

pull/2/head
Евгений Сугоняко 2024-05-03 13:59:46 +03:00
parent 03d44475e0
commit a9e50c8008
3 changed files with 7 additions and 10 deletions

View File

@ -1,9 +0,0 @@
[gd_scene format=3 uid="uid://crkephruijbve"]
[node name="MainControl" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2

6
data/scenes/server.tscn Normal file
View File

@ -0,0 +1,6 @@
[gd_scene format=3 uid="uid://crkephruijbve"]
[node name="MainServerNode" type="Node"]
process_mode = 3
process_priority = 1
process_physics_priority = 1

View File

@ -15,7 +15,7 @@ config/name_localized={
"en_US": "Cashflow Game Server"
}
config/version="0.0.0.001"
run/main_scene="res://data/scenes/main_manu.tscn"
run/main_scene="res://data/scenes/server.tscn"
config/use_custom_user_dir=true
config/custom_user_dir_name="data"
config/features=PackedStringArray("4.2", "GL Compatibility")