1
Fork 0
mirror of https://github.com/RYGhub/the-cold-night.git synced 2024-11-25 06:04:19 +00:00

🧹 Move RandomRotationOnReady to graphic behaviours

This commit is contained in:
Steffo 2022-04-03 22:58:44 +02:00
parent 4e24e3465e
commit 08f220606d
Signed by: steffo
GPG key ID: 6965406171929D01
3 changed files with 2 additions and 2 deletions

View file

@ -77,7 +77,7 @@ _global_script_classes=[ {
"base": "Node", "base": "Node",
"class": "RandomRotationOnReady", "class": "RandomRotationOnReady",
"language": "GDScript", "language": "GDScript",
"path": "res://src/behaviours/RandomRotationOnReady.gd" "path": "res://src/behaviours/graphics/RandomRotationOnReady.gd"
}, { }, {
"base": "Node", "base": "Node",
"class": "SetSpawnedGoalTo", "class": "SetSpawnedGoalTo",

View file

@ -1,6 +1,6 @@
[gd_scene load_steps=2 format=2] [gd_scene load_steps=2 format=2]
[ext_resource path="res://src/behaviours/RandomRotationOnReady.gd" type="Script" id=1] [ext_resource path="res://src/behaviours/graphics/RandomRotationOnReady.gd" type="Script" id=1]
[node name="RandomRotationOnReady" type="Node"] [node name="RandomRotationOnReady" type="Node"]
script = ExtResource( 1 ) script = ExtResource( 1 )