Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion baseset/nml/base/base-0674-gui.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ base_graphics spr716( 716, "../graphics/cursors/1/pygen/default_8bpp.png") {
template_cursor_matrix(2, 4, 1) // vehicle orders: 3/3
template_cursor_matrix(0, 1, 1) // cursor: land area information
template_cursor_matrix(1, 1, 1) // cursor: build hq
template_cursor_matrix(0, 6, 1) // cursor: build depot
template_cursor_matrix(0, 13, 1) // cursor: build ship depot
template_cursor_matrix(2, 1, 1) // cursor: place sign
}
//723-746 toolbar icons
Expand Down
2 changes: 1 addition & 1 deletion baseset/nml/extra/extra-param-cursors.pnml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ template template_spr716(z) {
template_cursor_matrix(2, 4, z) // vehicle orders: 3/3
template_cursor_matrix(0, 1, z) // cursor: land area information
template_cursor_matrix(1, 1, z) // cursor: build hq
template_cursor_matrix(0, 6, z) // cursor: build depot
template_cursor_matrix(0, 13, z) // cursor: build ship depot
template_cursor_matrix(2, 1, z) // cursor: place sign
}
template template_spr1263(z) {
Expand Down
1 change: 1 addition & 0 deletions graphics/cursors/cursoroverlay.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def cursors_cursoroverlay(base_path, scale, verbose=True):
{"sx": 6, "sy": 21, "tx": 10, "ty": 10}, # ship clone
{"sx": 7, "sy": 21, "tx": 10, "ty": 11}, # aircraft clone
{"sx": 3.5, "sy": 7, "tx": 0, "ty": 12}, # airport
{"sx": 2, "sy": 8, "tx": 0, "ty": 13}, # waterway depot
{"sx": 3, "sy": 8, "tx": 1, "ty": 13}, # waterway lock
{"sx": 7, "sy": 8, "tx": 2, "ty": 13}, # waterway canal
{"sx": 4, "sy": 15, "tx": 3, "ty": 13}, # waterway river
Expand Down