remove console logs
This commit is contained in:
@@ -36,7 +36,7 @@ Simple JS platformer to modify and extend.
|
||||
- [x] Die properties werden als Array exportiert. Da brauche ich in der setup Funktion noch eine Function um die zu Konviertieren.
|
||||
|
||||
- [x] Globales Objekt bauen mit einem einzigen Wert ("life = 3" z.B.), den ich immer Anzeige und der über die Level hinaus bestehen bleibt.
|
||||
- [ ] fix Frame Rate on Mobile (<https://spicyyoghurt.com/tutorials/html5-javascript-game-development/create-a-proper-game-loop-with-requestanimationframe>)
|
||||
- [ ] fix Frame Rate on Mobile (<https://spicyyoghurt.com/tutorials/html5-javascript-game-development/create-a-proper-game-loop-with-requestanimationframe>). Das ist möglicherweise nur mit WebGL möglich.
|
||||
- [ ] Gravity Variable für verschiedene Umgebungen (Land, Wasser, Space)
|
||||
|
||||
- [ ] Verschiedene Biomes
|
||||
@@ -48,6 +48,7 @@ Simple JS platformer to modify and extend.
|
||||
- [ ] Forest World
|
||||
- [ ] Techno World
|
||||
|
||||
- [ ] Getters und Setters auswerfen und entsprechend umbauen (siehe <https://stackoverflow.com/questions/34034474/canvas-game-frame-rate-drop-30fps-also-randomly-stuttering-janking>)
|
||||
- [ ] Fix Scaling bei verschiedenen Level-Größen (protrait ist broken)
|
||||
|
||||
### Welche Assets nutze ich
|
||||
|
||||
Reference in New Issue
Block a user