
- Mostly finished the settings menu - Got basic AI working on easy difficulty - Changed when animations are loaded - Music now changes when you hit play - Changed how AI will work. All enemies should only need the combatant script now
8 lines
282 B
Plaintext
8 lines
282 B
Plaintext
[gd_resource type="Resource" script_class="Playlist" load_steps=2 format=3 uid="uid://brcih5ts28oem"]
|
|
|
|
[ext_resource type="Script" path="res://Resources/playlist.gd" id="1_4ivkm"]
|
|
|
|
[resource]
|
|
script = ExtResource("1_4ivkm")
|
|
music = Array[String](["res://Sound/Music/Wanderer.ogg"])
|