mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-15 23:59:09 +00:00
Simplify project structure (wip), editor keymap, UI tweaks
This commit is contained in:
@@ -39,6 +39,9 @@ wg_minCopperCount=0
|
||||
wg_maxCopperCount=2
|
||||
wg_fluidCenterPointMin=0
|
||||
wg_fluidCenterPointMax=2
|
||||
# Create new terrain when requested from the UI (Instead of displaying "uncharted world")
|
||||
wg_createNewOnRequest=0
|
||||
|
||||
#CPU
|
||||
tick_length=1000
|
||||
org_offset=512
|
||||
@@ -51,7 +54,9 @@ new_user_worldY=32767
|
||||
new_user_dimension=w
|
||||
# Default user code
|
||||
new_user_code=; Welcome to Much Assembly required!\n\
|
||||
; You will find useful information on the game here: https://github.com/simon987/Much-Assembly-Required/wiki\n\
|
||||
; You can find useful information on the game here: https://github.com/simon987/Much-Assembly-Required/wiki\n\
|
||||
.data\n\
|
||||
\t; Data section\n\
|
||||
.text\n\
|
||||
\t; Write code here\n\
|
||||
\tbrk
|
||||
|
||||
Reference in New Issue
Block a user