Skip to content

Commit

Permalink
Put our gas sale point console sprites to use
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 committed Jan 28, 2025
1 parent 5bfaca4 commit 7c65ce9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,9 @@
- map: ["computerLayerKeyboard"]
state: generic_keyboard
- map: ["computerLayerScreen"]
state: cargo_sale
state: gas_sale_point
- map: ["computerLayerKeys"]
state: generic_keys
state: atmos_key
- type: GasSaleConsole
- type: ActivatableUI
key: enum.GasSaleConsoleUiKey.Key
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
"y": 32
},
"states": [
{
"name": "atmos_key",
"directions": 4
},
{
"name": "computer",
"directions": 4
Expand Down

0 comments on commit 7c65ce9

Please sign in to comment.