Added missing core file header to coreinit.gd
This commit is contained in:
parent
4970a74553
commit
111f2199e0
1 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
# coreinit.gd
|
||||||
|
# CORE Initializer
|
||||||
|
#
|
||||||
|
# This file is part of StarOpenSource CORE (SOSCORE)
|
||||||
|
# Made by the StarOpenSource Project and Contributers
|
||||||
|
# Licensed under GNU GPLv3
|
||||||
extends Node
|
extends Node
|
||||||
|
|
||||||
@onready
|
@onready
|
||||||
|
|
Loading…
Reference in a new issue