small racing game im working on
Diffstat (limited to 'test.gd')
-rw-r--r--test.gd6
1 files changed, 6 insertions, 0 deletions
diff --git a/test.gd b/test.gd
new file mode 100644
index 0000000..7091872
--- /dev/null
+++ b/test.gd
@@ -0,0 +1,6 @@
+extends CSGBox3D
+
+
+# Called when the node enters the scene tree for the first time.
+func _ready() -> void:
+ (material as StandardMaterial3D).msdf_outline_size = 50 \ No newline at end of file