Base version of game
This commit is contained in:
14
Main.tscn
Normal file
14
Main.tscn
Normal 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
|
Reference in New Issue
Block a user