Change project name slightly

main
copygirl 5 years ago
parent 7b76d44b43
commit 44298a707b
  1. 0
      YourFort V.csproj
  2. 2
      YourFort V.sln
  3. 4
      project.godot
  4. 8
      scene/EscapeMenu.tscn

@ -1,6 +1,6 @@
Microsoft Visual Studio Solution File, Format Version 12.00 Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012 # Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YourfortV", "YourfortV.csproj", "{FF89645B-804D-485D-BFAB-AA51330D8862}" Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YourFort V", "YourFort V.csproj", "{FF89645B-804D-485D-BFAB-AA51330D8862}"
EndProject EndProject
Global Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution GlobalSection(SolutionConfigurationPlatforms) = preSolution

@ -15,8 +15,10 @@ _global_script_class_icons={
[application] [application]
config/name="YourfortV" config/name="YourFort V"
run/main_scene="res://scene/GameScene.tscn" run/main_scene="res://scene/GameScene.tscn"
boot_splash/image="res://gfx/icon.png"
boot_splash/use_filter=false
config/icon="res://gfx/icon.png" config/icon="res://gfx/icon.png"
[display] [display]

@ -29,10 +29,10 @@ __meta__ = {
} }
[node name="PanelContainer" type="PanelContainer" parent="CenterContainer"] [node name="PanelContainer" type="PanelContainer" parent="CenterContainer"]
margin_left = 518.0 margin_left = 198.0
margin_top = 258.0 margin_top = 78.0
margin_right = 761.0 margin_right = 441.0
margin_bottom = 461.0 margin_bottom = 281.0
[node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer/PanelContainer"] [node name="VBoxContainer" type="VBoxContainer" parent="CenterContainer/PanelContainer"]
margin_left = 7.0 margin_left = 7.0

Loading…
Cancel
Save