Base version of game

This commit is contained in:
VoidTwo
2021-10-19 12:58:01 -05:00
parent 503bbd7cc2
commit 4ed75ff93b
50 changed files with 1193 additions and 0 deletions

14
Main.tscn Normal file
View File

@@ -0,0 +1,14 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Main.gd" type="Script" id=1]
[ext_resource path="res://Sprites/Black_Background.png" type="Texture" id=3]
[node name="Main" type="Node"]
script = ExtResource( 1 )
splash_screen_path = "res://Splash Screen.tscn"
main_menu_path = "res://Main Menu.tscn"
world_path = "res://World.tscn"
[node name="Background" type="Sprite" parent="."]
texture = ExtResource( 3 )
centered = false