"save" & animate main menu, fix pause menu & restart (#3)
pause menu had classic issues of mouse inputs being eaten by something else (gravity) restart didn't have working code anymore because of level logic changes also remove the demo scene which I believe is unused beyond the jam version
This commit is contained in:
parent
71441a9335
commit
38897c706a
5 changed files with 184 additions and 75 deletions
|
@ -1,50 +0,0 @@
|
|||
[gd_scene load_steps=11 format=3 uid="uid://0re2mcnpub4e"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://w3fetao1pegm" path="res://levels/level.gd" id="1_scm0b"]
|
||||
[ext_resource type="PackedScene" uid="uid://dw0xl8644x166" path="res://elements/gravity.tscn" id="2_fo4i1"]
|
||||
[ext_resource type="PackedScene" uid="uid://drfy3vhe6skp1" path="res://levels/night/music.tscn" id="4_qr8kk"]
|
||||
[ext_resource type="PackedScene" uid="uid://cnnvwotv33u1b" path="res://elements/player.tscn" id="5_j5vh3"]
|
||||
[ext_resource type="PackedScene" uid="uid://cpm3laywhlbq5" path="res://elements/ring.tscn" id="6_st6rs"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_x6q8u"]
|
||||
|
||||
[sub_resource type="GradientTexture1D" id="GradientTexture1D_lu6nv"]
|
||||
gradient = SubResource("Gradient_x6q8u")
|
||||
|
||||
[sub_resource type="PanoramaSkyMaterial" id="PanoramaSkyMaterial_4yv3y"]
|
||||
panorama = SubResource("GradientTexture1D_lu6nv")
|
||||
|
||||
[sub_resource type="Sky" id="Sky_ys2yp"]
|
||||
sky_material = SubResource("PanoramaSkyMaterial_4yv3y")
|
||||
|
||||
[sub_resource type="Environment" id="Environment_8o42c"]
|
||||
background_mode = 1
|
||||
sky = SubResource("Sky_ys2yp")
|
||||
ambient_light_source = 2
|
||||
ambient_light_color = Color(1, 1, 1, 1)
|
||||
reflected_light_source = 2
|
||||
|
||||
[node name="Demo" type="Node3D"]
|
||||
script = ExtResource("1_scm0b")
|
||||
metadata/_custom_type_script = "uid://w3fetao1pegm"
|
||||
|
||||
[node name="Gravity" parent="." instance=ExtResource("2_fo4i1")]
|
||||
|
||||
[node name="Environment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_8o42c")
|
||||
|
||||
[node name="Music" parent="." instance=ExtResource("4_qr8kk")]
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("5_j5vh3")]
|
||||
|
||||
[node name="Rings" type="Node3D" parent="."]
|
||||
|
||||
[node name="Ring" parent="Rings" instance=ExtResource("6_st6rs")]
|
||||
transform = Transform3D(1, 0, 0, 0, -4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 15.6731, -50)
|
||||
visible = false
|
||||
|
||||
[node name="Ring2" parent="Rings" instance=ExtResource("6_st6rs")]
|
||||
transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, 10, -10, 0)
|
||||
|
||||
[node name="Ring3" parent="Rings" instance=ExtResource("6_st6rs")]
|
||||
transform = Transform3D(-4.37114e-08, -1, 0, 1, -4.37114e-08, 0, 0, 0, 1, -10, -10, 0)
|
Loading…
Add table
Add a link
Reference in a new issue