mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-22 07:22:20 +00:00
9 lines
248 B
GDScript3
9 lines
248 B
GDScript3
|
@tool
|
||
|
extends EditorPlugin
|
||
|
|
||
|
func _enter_tree():
|
||
|
add_custom_type("FontAwesome", "Label", preload("res://addons/fontawesome/FontAwesome.gd"), preload("res://addons/fontawesome/flag-solid.svg"))
|
||
|
|
||
|
func _exit_tree():
|
||
|
remove_custom_type("FontAwesome")
|