more pictogrammes
Former-commit-id: 670df70bbed466e56034dbdd33d7a1da31cd88d7 Former-commit-id: 2b106753155be6080d4651acca1981f10d614421
|
Before Width: | Height: | Size: 579 B After Width: | Height: | Size: 18 KiB |
BIN
assets/graphics/gui/monitor_bad.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
assets/graphics/gui/monitor_good.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
assets/graphics/gui/monitor_good_alt_maru.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
1
assets/graphics/gui/quickbar/.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.{psd,tga,ogg} filter=lfs diff=lfs merge=lfs -text
|
||||
BIN
assets/graphics/sprites/test_player_2_testa.png
Normal file
|
After Width: | Height: | Size: 19 KiB |
1
assets/graphics/terrain/.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
*.{psd,tga,ogg} filter=lfs diff=lfs merge=lfs -text
|
||||
|
Before Width: | Height: | Size: 353 KiB After Width: | Height: | Size: 353 KiB |
@@ -2121,7 +2121,7 @@
|
||||
},
|
||||
{
|
||||
"n": "MENU_LABEL_PRESS_START",
|
||||
"s": "Start drücken"
|
||||
"s": "Drücke Start"
|
||||
},
|
||||
{
|
||||
"n": "MENU_LABEL_PRESS_START_CONTINUE",
|
||||
|
||||
@@ -3,7 +3,7 @@ Creature raw documentation
|
||||
## Physical properties ##
|
||||
|
||||
* 1 m = 24 px
|
||||
* mult: Multiplier. e.g. 1.0, 0.85, 1.25, ...
|
||||
* mult: Multiplier in pencentage. e.g. 100, 85, 125, ...
|
||||
|
||||
|name|unit|description|
|
||||
|----|----|-----------|
|
||||
@@ -15,7 +15,7 @@ Creature raw documentation
|
||||
|scale|unit|Creature body scale. Mass/strength/accel/etc. will be changed accordingly, hence the prefix “base” for some raw tokens|
|
||||
|dragcoeff|unit|Drag coefficient|
|
||||
|speedmult, accelmult, jumppowermult|array of percentiles (Int)|Variability factor|
|
||||
|physiquemult|mult|Breadth variation for mobs|
|
||||
|scalemult|mult|Breadth variation for mobs|
|
||||
|
||||
## Creature properties ##
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"jumppowermult": [100,100,100,100,100,100,100],
|
||||
|
||||
"scale": 1.0,
|
||||
"physiquemult": [100,100,100,100,100,100,100],
|
||||
"scalemult": [100,100,100,100,100,100,100],
|
||||
|
||||
"encumbrance": 1000,
|
||||
"basedefence": 100,
|
||||
|
||||