Alzter / TuxBuilder

A Godot re-implementation of SuperTux
GNU General Public License v3.0
212 stars 28 forks source link

Add icecrusher (WIP) [DO NOT MERGE] #45

Open tobbi opened 5 years ago

tobbi commented 5 years ago

My WIP ice crusher which is working quite well by now.

Things to do (some optional):

tobbi commented 5 years ago

Also, it should probably not hit when Tux is in edit mode. Speaking of which, why do we display Tux in edit mode anyway? We have a spawnpoint that we should obey.

qwertychouskie commented 5 years ago

Tux moves so that you can easily test a portion of the level without having to move the spawn point, same as Mario Maker does it. The spawn point is used when the level is restarted using the pause menu, or (in the future) when playing the level normally ("Play Game").

Alzter commented 4 years ago

Maybe if you added an export variable for icecrusher size and then made multiple icecrusher enemies, or made a popup to change the size?