Page 1 of 1

Script "Light on" ?

PostPosted: 24 Jun 2017, 19:44
by Oliver_Buo
With wich script can i turn on a candel light ?
script for light on.JPG

Re: Script "Light on" ?

PostPosted: 24 Jun 2017, 20:09
by Tobbi
https://github.com/SuperTux/supertux/bl ... candle.cpp

Try name_of_candle.set_burning(true);

Re: Script "Light on" ?

PostPosted: 25 Jun 2017, 10:16
by Oliver_Buo
ok Thank u !