mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-11 19:04:05 +02:00
Only render gravity lensing if it's enabled, Ctrl and Shift to alter tool strength (Shift = x10, Ctrl = x0.1)
This commit is contained in:
@@ -221,6 +221,7 @@ if(GetOption('win')):
|
||||
env.Command(['generated/ElementClasses.cpp', 'generated/ElementClasses.h'], Glob('src/simulation/elements/*.cpp'), "python generator.py elements $TARGETS $SOURCES")
|
||||
env.Command(['generated/ToolClasses.cpp', 'generated/ToolClasses.h'], Glob('src/simulation/tools/*.cpp'), "python generator.py tools $TARGETS $SOURCES")
|
||||
t=env.Program(target=programName, source=sources)
|
||||
Decider('MD5')
|
||||
Default(t)
|
||||
|
||||
#if(GetOption('release')):
|
||||
|
Reference in New Issue
Block a user