mirror of
https://github.com/Steffo99/looping-for-loops.git
synced 2024-11-22 16:14:22 +00:00
5 lines
92 B
GDScript
5 lines
92 B
GDScript
extends Node
|
|
class_name Wrapper
|
|
|
|
|
|
export(float, 1500, 20000) var total_length: float = 1500
|