Initial foundation for VR Mode

A lot has happened since May that I couldn't begin to describe what was working at the time. What I can tell you that is new as of this commit is an upcoming VR mode.
This commit is contained in:
Tony Bark 2021-09-24 11:12:02 -04:00
parent ef6b097ef2
commit 1f038ea53c
16 changed files with 374 additions and 318 deletions

View file

@ -1,11 +1,11 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://scripts/start_game.gd" type="Script" id=1]
[ext_resource path="res://scenes/Map.tscn" type="PackedScene" id=2]
[ext_resource path="res://scenes/maps/MapOne.tscn" type="PackedScene" id=2]
[node name="SartMenu" type="Node"]
[node name="World" parent="." instance=ExtResource( 2 )]
[node name="MapOne" parent="." instance=ExtResource( 2 )]
[node name="Controls" type="CanvasLayer" parent="."]
@ -31,14 +31,14 @@ __meta__ = {
}
[node name="Label" type="Label" parent="Controls/Start/Container"]
margin_right = 219.0
margin_right = 218.0
margin_bottom = 14.0
text = "Welcome to City Limits!"
align = 1
[node name="CityNameEdit" type="LineEdit" parent="Controls/Start/Container"]
margin_top = 18.0
margin_right = 219.0
margin_right = 218.0
margin_bottom = 42.0
align = 1
caret_blink = true
@ -49,7 +49,7 @@ __meta__ = {
[node name="MayorNameEdit" type="LineEdit" parent="Controls/Start/Container"]
margin_top = 46.0
margin_right = 219.0
margin_right = 218.0
margin_bottom = 70.0
align = 1
caret_blink = true
@ -60,7 +60,7 @@ __meta__ = {
[node name="BudgetMenu" type="MenuButton" parent="Controls/Start/Container"]
margin_top = 74.0
margin_right = 219.0
margin_right = 218.0
margin_bottom = 94.0
text = "Starting Budget"
items = [ "20000", null, 0, false, false, 0, 0, null, "", false, "10000", null, 0, false, false, 1, 0, null, "", false, "500", null, 0, false, false, 2, 0, null, "", false ]
@ -70,7 +70,7 @@ __meta__ = {
[node name="CreateBtn" type="Button" parent="Controls/Start/Container"]
margin_top = 98.0
margin_right = 219.0
margin_right = 218.0
margin_bottom = 118.0
text = "Create"