disable particles temp
This commit is contained in:
parent
59a9ac02fe
commit
22167a7048
2 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,7 @@ config_version=5
|
||||||
config/name="SCPCB"
|
config/name="SCPCB"
|
||||||
run/main_scene="res://scenes/screens/Startup.tscn"
|
run/main_scene="res://scenes/screens/Startup.tscn"
|
||||||
config/features=PackedStringArray("4.3", "GL Compatibility")
|
config/features=PackedStringArray("4.3", "GL Compatibility")
|
||||||
run/max_fps=30
|
run/max_fps=240
|
||||||
boot_splash/bg_color=Color(0, 0, 0, 1)
|
boot_splash/bg_color=Color(0, 0, 0, 1)
|
||||||
boot_splash/show_image=false
|
boot_splash/show_image=false
|
||||||
config/icon="res://icon.png"
|
config/icon="res://icon.png"
|
||||||
|
|
|
@ -527,6 +527,8 @@ func UpdateEmitters():
|
||||||
#EndIf
|
#EndIf
|
||||||
|
|
||||||
func CreateEmitter(x: float, y: float, z: float, emittertype: int) -> Emitter:
|
func CreateEmitter(x: float, y: float, z: float, emittertype: int) -> Emitter:
|
||||||
|
print("TEMP: PARTICLE EMITTERS DISABLED!")
|
||||||
|
return
|
||||||
var e: Emitter = Emitter.new()
|
var e: Emitter = Emitter.new()
|
||||||
|
|
||||||
e.Obj = Node3D.new()
|
e.Obj = Node3D.new()
|
||||||
|
|
Loading…
Add table
Reference in a new issue