Forráskód Böngészése

Export bullet speed in godot editor

DricomDragon 3 éve
szülő
commit
31cac6895e
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      godot/scripts/Launcher.gd

+ 1 - 1
godot/scripts/Launcher.gd

@@ -9,7 +9,7 @@ enum State {
 	WAITING,
 }
 
-const BULLET_SPEED = 500.0
+export var BULLET_SPEED = 500.0
 
 var _ballScene = preload("res://scenes/Ball.tscn")