mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
11 lines
230 B
GDScript
11 lines
230 B
GDScript
extends Entity
|
|
class_name DisplayPlayerGD
|
|
|
|
# Copyright Péter Magyar relintai@gmail.com
|
|
# MIT License, functionality from this class needs to be protable to the entity spell system
|
|
|
|
func _setup():
|
|
._setup()
|
|
|
|
setup_actionbars()
|