initial demo work

This commit is contained in:
Haze Weathers 2023-12-24 23:52:16 -05:00
parent e9583ecada
commit 917a725655
4 changed files with 16 additions and 142 deletions

View file

@ -1,10 +1,10 @@
[gd_scene load_steps=22 format=2]
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=1]
[ext_resource path="res://cutscenes/intro_story.tscn" type="PackedScene" id=2]
[ext_resource path="res://ui/theme.tres" type="Theme" id=3]
[ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=4]
[ext_resource path="res://menus/title_screen.gd" type="Script" id=5]
[ext_resource path="res://menus/main_menu.tscn" type="PackedScene" id=6]
[ext_resource path="res://graphics/hud/logo.png" type="Texture" id=7]
[ext_resource path="res://shaders/ska_plane.gdshader" type="Shader" id=8]
[ext_resource path="res://graphics/backgrounds/sun_and_clouds.png" type="Texture" id=9]
@ -120,7 +120,7 @@ tracks/0/keys = {
[node name="TitleScreen" type="Node"]
script = ExtResource( 5 )
next_menu = ExtResource( 6 )
next_menu = ExtResource( 2 )
[node name="Day" type="Node2D" parent="."]