Initial Commit

This commit is contained in:
Mario Steele 2026-02-23 18:38:03 -06:00
commit 48a5e71e00
1136 changed files with 64347 additions and 0 deletions

View file

@ -0,0 +1,22 @@
@tool
extends Node
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
# Script Splitter
# https://github.com/CodeNameTwister/Script-Splitter
#
# Script Splitter addon for godot 4
# author: "Twister"
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
signal notification(what : int)
func _notification(what: int) -> void:
notification.emit(what)
func panic() -> void:
if !tree_exiting.is_connected(_on_exiting):
tree_exiting.connect(_on_exiting)
func _on_exiting() -> void:
notification.emit(NOTIFICATION_PREDELETE)

View file

@ -0,0 +1 @@
uid://d3whf030xddd3