Raise-Your-Wand/Scenes/UI/fpsMonitor.tscn
nc543 5079a77296 Main Menu and AI
- 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
2024-05-12 00:22:34 -04:00

14 lines
450 B
Plaintext

[gd_scene load_steps=2 format=3 uid="uid://b7s5qx8fhk0pg"]
[ext_resource type="Script" path="res://Scripts/fpsMonitor.gd" id="1_u3gh0"]
[node name="FPSMonitor" type="RichTextLabel"]
offset_right = 360.0
offset_bottom = 51.0
scale = Vector2(0.5, 0.5)
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
theme_override_constants/outline_size = 5
theme_override_font_sizes/normal_font_size = 30
text = "FPS: "
script = ExtResource("1_u3gh0")