supertux
supertux copied to clipboard
SuperTux source code
**SuperTux version:** 0.6.1 beta 1 **System information:** GNU/Linux ##### Feature request There is a bonus level in Icy Island. There are 4 hidden crystals. There is also an info block...
**Current Problems -** - Are fully solid, which makes it highly annoying to use, and can sometimes trap you with larger radius's - You are unable to change the sprite...
When using the editor, using the middle mouse button to click on a tile or an object (depending on which mode the toolbox is in) will show that object or...
**SuperTux version:** current master and older **System information:** lubuntu 18.04 ##### Expected behavior Walking should not be jittery. ##### Actual behavior I noticed that supertux does not run as liquidly...
Instead of setting up lightmaps for individual objects, enemies etc. through code, couldn't we just have it be able to set up within the `.sprite` files themselves. Pretty much how...
SuperTux version:| 0.6.3 System information:| W11 (laptop) Expected behavior:| The rock can be picked up. Actual behavior:| The hitbox for it is so thin that it cannot be deleted when...
`set_property(string property, ANY value)` - sets the `property` in an object to be `value`. `ANY get_property(string property)` - gets the value of `property` from an object. For example `Tux.get_x()` would...
Includes the following: - [x] Rocks now bounce on trampolines and bumpers, as well as lessen gravity underwater and slide on slick ice. - [x] Refactor and fix bugs for...
Thought of a couple small little improvements that would make flames just a bit more interesting 1. **Ability to change the color and light color of flames** Currently flame is...