-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
73 lines (53 loc) · 1.74 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
SpaceGravityThingy Changelog Version 0.9.3
by Niro
----- ----- ----- REWORKED ----- ----- -----
* Score System:
- now called Research System
- you get more research the closer you fly
to the planet (fly safe though... pls ._.)
- planets have custom research multipliers
- research gets added every second
- research needs to be flown back to the
home base to be stored
- research not stored in your home base
will get lost upon death/reset
- stored research gets saved to a json
file upon closing the game using the
"QUIT" button on the main menu
-> will be used for upgrades and
base building in future
* Planet Data Storage:
- planet data is being stored in a json
file
- can support up-to 10 planets
- custom planets are possible
(game-breaking ones too!! :D)
* Settings Data Storage:
- settings stored in a json file, which is
been read from at game start
(saving isn't possible at this moment
so you have to manually edit the
json-file to save settings)
----- ----- ----- ADDED ----- ----- -----
* Planet Atmospheres:
- slow you down drastically if you fly
too close
* Sprites/Textures:
- planet features
- home base
* Music:
- title screen music
- ambient music
* Soundeffects for buttons
* Credits screen
* Settings:
- separation into Visual / Controls and
Sound Settings
- even more setting options! :D
* Bugs (probably)
----- ----- ----- FIXED ----- ----- -----
* Bugs:
- shield and explosion not showing up
- removed fullscreen option
- player taking multiple damage from one
collision (added invincibility frame)