mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-08 06:50:46 +02:00
Add Cyclone Tool and Brush X/Y Arguments (#542)
This commit is contained in:
@@ -194,7 +194,7 @@ class {0}: public SimTool
|
||||
public:
|
||||
{0}();
|
||||
virtual ~{0}();
|
||||
virtual int Perform(Simulation * sim, Particle * cpart, int x, int y, float strength);
|
||||
virtual int Perform(Simulation * sim, Particle * cpart, int x, int y, int brushX, int brushY, float strength);
|
||||
}};
|
||||
""".format(className, str.join("\n", classMembers))
|
||||
|
||||
|
Reference in New Issue
Block a user