can now add and store leaderboards. started work on playlist loading
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
[gd_scene load_steps=18 format=3 uid="uid://jdwpc622vmok"]
|
||||
[gd_scene load_steps=20 format=3 uid="uid://jdwpc622vmok"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/LevelManager.gd" id="1_1bnbi"]
|
||||
[ext_resource type="Resource" uid="uid://bxcxqt7rmfvdw" path="res://GameModes/hubworld.tres" id="2_62iy8"]
|
||||
[ext_resource type="Script" path="res://scripts/playlist_loader.gd" id="3_2u2e7"]
|
||||
[ext_resource type="Material" uid="uid://b6hhomp4kcjvb" path="res://assets/materials/prototype/tadaoando.tres" id="3_hlejc"]
|
||||
[ext_resource type="PackedScene" uid="uid://dpootbr7qgac1" path="res://Tools/playlist_generator.tscn" id="3_udqcb"]
|
||||
[ext_resource type="PackedScene" uid="uid://drwae3loscbw7" path="res://assets/player.tscn" id="4_04o4y"]
|
||||
[ext_resource type="PackedScene" uid="uid://dgapcuvg0gtmm" path="res://assets/scene_changer.tscn" id="5_alya6"]
|
||||
[ext_resource type="PackedScene" uid="uid://bessq6hl7qsh8" path="res://assets/stats.tscn" id="6_mkn70"]
|
||||
@@ -36,6 +38,15 @@ fog_density = 0.0001
|
||||
script = ExtResource("1_1bnbi")
|
||||
gamemode = ExtResource("2_62iy8")
|
||||
|
||||
[node name="LEVEL UTILS" type="Node" parent="."]
|
||||
|
||||
[node name="Playlist Generator" parent="LEVEL UTILS" instance=ExtResource("3_udqcb")]
|
||||
rounds_per_match = 3
|
||||
matches_per_year = 52
|
||||
|
||||
[node name="PlaylistLoader" type="Node" parent="LEVEL UTILS"]
|
||||
script = ExtResource("3_2u2e7")
|
||||
|
||||
[node name="WorldEnvironment" type="WorldEnvironment" parent="."]
|
||||
environment = SubResource("Environment_r2hg6")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user