Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
McbeEringi committed Jun 17, 2022
1 parent fc07869 commit 6978158
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 0 deletions.
Binary file removed ui/oscc.zip
Binary file not shown.
15 changes: 15 additions & 0 deletions ui/oscc/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"format_version":2,
"header":{
"name":"oscc",
"description":"onscreen compass & clock",
"uuid":"EAA018ED-7F1F-460D-A863-012271560849",
"version":[0,0,2],
"min_engine_version":[1,16,100]
},
"modules":[{
"type":"resources",
"uuid":"BB3EE88C-7A19-4296-8FB5-EB6D5C027307",
"version":[0,0,2]
}]
}
Binary file added ui/oscc/pack_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions ui/oscc/ui/hud_screen.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"item":{"type":"custom","renderer":"inventory_item_renderer","size":[16,16]},
"hud_content":{
"modifications":[{
"array_name":"controls","operation":"insert_front",
"value":[
{"item":{
"type":"stack_panel","anchor_from":"top_right","anchor_to":"top_right","orientation":"horizontal","size":[48,16],
"controls":[
//https://lukaspah.github.io/item_aux_calculator/
{"[email protected]":{"property_bag":{"#item_id_aux":42336256}}},
{"[email protected]":{"property_bag":{"#item_id_aux":22609920}}},
{"[email protected]":{"property_bag":{"#item_id_aux":22740992}}}
],
"bindings":[{"binding_name":"#hud_visible","binding_name_override":"#visible","binding_type":"global"}]
}}
]
}]
}
}

0 comments on commit 6978158

Please sign in to comment.