mirror of
https://github.com/RYGhub/the-cold-night.git
synced 2024-11-21 20:24:20 +00:00
✨ Create Ownership behaviour to mark entity ownership
This commit is contained in:
parent
7b190aaba1
commit
42c1f4d293
2 changed files with 7 additions and 0 deletions
4
src/entities/behaviours/Ownership.gd
Normal file
4
src/entities/behaviours/Ownership.gd
Normal file
|
@ -0,0 +1,4 @@
|
|||
extends Node
|
||||
|
||||
|
||||
var entity_owner: Node = null
|
3
src/entities/behaviours/Ownership.tscn
Normal file
3
src/entities/behaviours/Ownership.tscn
Normal file
|
@ -0,0 +1,3 @@
|
|||
[gd_scene format=2]
|
||||
|
||||
[node name="Ownership" type="Node"]
|
Loading…
Reference in a new issue