mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-24 21:54:18 +00:00
🧹 Move RandomRotationOnReady
to graphic behaviours
This commit is contained in:
parent
4e24e3465e
commit
08f220606d
3 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ _global_script_classes=[ {
|
|||
"base": "Node",
|
||||
"class": "RandomRotationOnReady",
|
||||
"language": "GDScript",
|
||||
"path": "res://src/behaviours/RandomRotationOnReady.gd"
|
||||
"path": "res://src/behaviours/graphics/RandomRotationOnReady.gd"
|
||||
}, {
|
||||
"base": "Node",
|
||||
"class": "SetSpawnedGoalTo",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[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"]
|
||||
script = ExtResource( 1 )
|
Loading…
Reference in a new issue