I'm only adding this commit because I forgot to add *without in the last commit. Kinda makes the last one a bit silly. Sorry I am lonely.

This commit is contained in:
R 2021-07-24 16:12:25 -05:00
parent 1dffd5956a
commit d4979842f3
4 changed files with 13 additions and 6 deletions

View File

@ -31,15 +31,15 @@ anchor_bottom = 1.0
margin_top = -20.0
[node name="Work" type="MenuButton" parent="bottonbar"]
margin_right = 52.0
margin_bottom = 25.0
margin_right = 40.0
margin_bottom = 20.0
text = "Work"
items = [ "New Game", null, 0, false, false, -1, 0, null, "", false, "Find Publisher", null, 0, false, false, -1, 0, null, "", false, "Contract work", null, 0, false, false, -1, 0, null, "", false ]
[node name="Research" type="MenuButton" parent="bottonbar"]
margin_left = 56.0
margin_right = 148.0
margin_bottom = 25.0
margin_left = 44.0
margin_right = 124.0
margin_bottom = 20.0
text = "Research"
items = [ "Research", null, 0, false, false, -1, 0, null, "", false ]

View File

@ -7,6 +7,7 @@ var mem = {
"tech":300,#larger design points, also increased in bugs
"design":300,#larger design points, also increased in bugs
"speed":300,#Increases the chance of tech, design and bug points, debugs faster
"special":"Owner"#This is for special stuff, owner means you don't take breaks
"special":"Owner",#This is for special stuff, owner means you don't take breaks
"working_on":""#The game this staff memeber is working on
}
}

View File

@ -36,6 +36,9 @@ var games_in_developement = {
# "World Building":34,
# "Graphics":33,
# "Sound":33,
# "techpoints":0,
# "designpoints":0,
# "bugpoints":0,
# "Engine_Flags":["TextGraphics"],
# "Game_Tags":[,,,,]
# }

View File

@ -97,6 +97,9 @@ func register_game():#Sends the idea off to the studio for developement
"World Building":34,
"Graphics":33,
"Sound":33,
"techpoints":0,
"designpoints":0,
"bugpoints":0,
"Engine_Flags":["ColorTextGraphics"],
"Game_Tags":[gamesize,targetaudience,platforms,genres,themes,engine]
}