Skip to content

Commit

Permalink
Add Bumblebee
Browse files Browse the repository at this point in the history
  • Loading branch information
PerMalmberg committed Nov 18, 2023
1 parent 6128356 commit cb7e278
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions project.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,24 @@
}
}
},
"variants/Y-Lift M9 0T XS Bumblebee": {
"name": "variants/Y-Lift M9 0T XS Bumblebee",
"type": "control",
"slots": {
"receiver": {
"name": "receiver",
"type": "receiver"
},
"spaceRadar": {
"name": "spaceRadar",
"type": "radar"
},
"atmoRadar": {
"name": "atmoRadar",
"type": "radar"
}
}
},
"screen/screen": {
"name": "screen/screen",
"type": "screen",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
local limited = require("variants/Limited").New()
limited.AddLimit(EngineType.ATMO, EngineSize.XS, 10)
limited.AddLimit(EngineType.SPACE, EngineSize.XS, 10)
limited.Start()

0 comments on commit cb7e278

Please sign in to comment.