mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-13 13:26:06 +00:00
Update TODO.txt
This commit is contained in:
parent
3a5b49a66b
commit
9760afedb8
1 changed files with 3 additions and 8 deletions
11
TODO.txt
11
TODO.txt
|
|
@ -1,18 +1,13 @@
|
||||||
Lines starting with "!" are high priority
|
Lines starting with "!" are high priority
|
||||||
TODO:
|
TODO:
|
||||||
|
|
||||||
!- Non-hardcoded maps
|
|
||||||
- More maps
|
|
||||||
- GUIs to do everything
|
- GUIs to do everything
|
||||||
- Inventory
|
!- Inventory
|
||||||
!- Put privilege restrictions on chatcommands
|
|
||||||
!- Fix the alive_players variable not working right
|
|
||||||
- A bigger and better map, ideally with hills, few trees, no caves, some rivers, big villages here and there, and 500x500 size
|
- A bigger and better map, ideally with hills, few trees, no caves, some rivers, big villages here and there, and 500x500 size
|
||||||
- Random loot spawning in chests in predefined places (inside houses)
|
- Random loot spawning in chests in predefined places (inside houses)
|
||||||
!- Add a proper licence and give credit to the creators of the mods used
|
!- Add a proper licence and give credit to the creators of the mods used
|
||||||
- Make guns zoom in with a crosshair while rightclick is held
|
!- Make guns zoom in with a crosshair while rightclick is held
|
||||||
- Header, screenshot, and icon
|
- Header, screenshot, and icon
|
||||||
- Polish the game
|
- Polish the game
|
||||||
- Rewrite the main mod from scratch (less than 100 lines, should be easy)
|
- Rewrite the main mod from scratch with higher code standards
|
||||||
- A scoring system with leaderboards
|
- A scoring system with leaderboards
|
||||||
!- Don't override every node's groups, instead just add `fall_damage_add_percent = -100`
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue