Skip to content

Commit

Permalink
Merge branch 'master' into refactor/panorama-names
Browse files Browse the repository at this point in the history
  • Loading branch information
JJL772 authored Jan 18, 2024
2 parents 074aa73 + 022293f commit 0150a6e
Show file tree
Hide file tree
Showing 7 changed files with 435 additions and 285 deletions.
2 changes: 2 additions & 0 deletions layout/hud/cgaz.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
</styles>
<scripts>
<include src="file://{scripts}/common/gamemodes.js" />
<include src="file://{scripts}/util/math.js" />
<include src="file://{scripts}/util/colors.js" />
<include src="file://{scripts}/hud/cgaz.js" />
</scripts>

Expand Down
3 changes: 2 additions & 1 deletion layout/hud/synchronizer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
</styles>
<scripts>
<include src="file://{scripts}/common/gamemodes.js" />
<include src="file://{scripts}/common/buttons.js" />
<include src="file://{scripts}/util/math.js" />
<include src="file://{scripts}/util/colors.js" />
<include src="file://{scripts}/hud/synchronizer.js" />
</scripts>
<MomHudSynchronizer class="synchronizer" alternateTicks="false">
Expand Down
Loading

0 comments on commit 0150a6e

Please sign in to comment.