Created
May 27, 2026 10:29
-
-
Save shakna-israel/5490bc627f03c4608184b0e0c2408835 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class_name Box | |
| var value | |
| func _init(v) -> void: | |
| value = v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment