mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 03:15:54 +00:00
Custom module
This commit is contained in:
parent
e43f67c872
commit
0b1ea343dc
25 changed files with 598 additions and 33 deletions
|
|
@ -0,0 +1,6 @@
|
|||
class_name DialogicNode_ImageHolder
|
||||
extends DialogicNode_BackgroundHolder
|
||||
|
||||
|
||||
func _ready() -> void:
|
||||
add_to_group('dialogic_image_holders')
|
||||
Loading…
Add table
Add a link
Reference in a new issue