29 lines
1.4 KiB
Plaintext
29 lines
1.4 KiB
Plaintext
[gd_scene load_steps=7 format=3 uid="uid://dpootbr7qgac1"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/playlist_generator.gd" id="1_qvqs2"]
|
|
[ext_resource type="Resource" uid="uid://dn3t7wcoumlm3" path="res://GameModes/standard.tres" id="2_85uje"]
|
|
[ext_resource type="Script" path="res://gamemode.gd" id="2_hoyqc"]
|
|
[ext_resource type="Resource" uid="uid://bs8yvpq65yh3w" path="res://GameModes/cookie_mode.tres" id="3_t0mxh"]
|
|
[ext_resource type="Resource" uid="uid://dlvhtdmtln3bb" path="res://GameModes/do_not_get_hit.tres" id="4_8wht4"]
|
|
[ext_resource type="Resource" uid="uid://u32xafejp3rq" path="res://GameModes/standard_stam_regen.tres" id="6_vu1w7"]
|
|
|
|
[node name="Playlist Generator" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_qvqs2")
|
|
generate_playlist_now = null
|
|
maps_in_rotation = Array[String](["res://assets/blockout_2.tscn", "res://scenes/enemy_working_scene.tscn", "res://scenes/test_level_2v2.tscn", "res://scenes/Arena of Money.tscn"])
|
|
gamemodes_in_rotation = Array[ExtResource("2_hoyqc")]([ExtResource("2_85uje"), ExtResource("3_t0mxh"), ExtResource("4_8wht4"), ExtResource("6_vu1w7")])
|
|
|
|
[node name="Button" type="Button" parent="."]
|
|
layout_mode = 0
|
|
offset_right = 8.0
|
|
offset_bottom = 8.0
|
|
text = "Generate Random Playlist"
|
|
|
|
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]
|