Translated some scripts from GDscript to C#

This commit is contained in:
2025-03-26 00:26:29 +01:00
parent 4f312209b3
commit d4b7c0bf45
16 changed files with 110 additions and 45 deletions
+2
View File
@@ -1,5 +1,7 @@
extends Camera2D
# DEPRECATED, please use the version from the C#-folder
@export var multiplier = 1.0
@export var followNode: Node2D