Skip to content

Commit

Permalink
Membuat folder sendiri untuk levelmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
AgilMonkey committed Jun 1, 2024
1 parent 6ac53f2 commit 0f0efb0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ config/icon="res://icon.svg"

[autoload]

LevelManager="*res://scenes/autoloads/level_manager.tscn"
LevelManager="*res://scenes/autoloads/level-manager/level_manager.tscn"
InteractManager="*res://scenes/autoloads/interact-manager/interact_manager.tscn"
Dialogic="*res://addons/dialogic/Core/DialogicGameHandler.gd"

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=3 uid="uid://bgr6veyaaw3e7"]

[ext_resource type="Script" path="res://scenes/autoloads/level_manager.gd" id="1_b2fqj"]
[ext_resource type="Script" path="res://scenes/autoloads/level-manager/level_manager.gd" id="1_b2fqj"]

[node name="LevelManager" type="Node"]
script = ExtResource("1_b2fqj")

0 comments on commit 0f0efb0

Please sign in to comment.