Skip to content

Commit fc0f7a6

Browse files
committed
m to toggle solid colour fill when in the void.
1 parent 1b06d5b commit fc0f7a6

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
unset tmp_disabling
2+
ifdef Editor_NoInvalidCellCheck set tmp_disabling
3+
; solid colour in void, solid+all wireframes render mode.
4+
ifndef tmp_disabling set Editor_NoInvalidCellCheck
5+
ifndef tmp_disabling set_mode 3
6+
; wireframe in void, solid+selection render mode.
7+
ifdef tmp_disabling unset Editor_NoInvalidCellCheck
8+
ifdef tmp_disabling set_mode 2
9+
unset tmp_disabling

Common/DEFAULT.BND

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ game bind i "report_bug" ; report a bug, duh
3232
;edit bind k "set_medium 2" ; make brush water
3333
;edit bind l "set_medium 3" ; make brush flood (air->water,solid->solid)
3434
;edit bind m "cycle_media 1" ; cycle media forward
35+
edit bind m "run .\cmds\ToggleSolidColorVoid.cmd" ; toggle solid colour fill in void.
3536
;edit bind n "set_2d_tex_filter -1" ; toggle texture filtering (Newdark in HW mode only)
3637
edit bind n "hilight_render" ; toggle hilight only
3738
edit bind o "solo_toggle" ; toggle this window to/from full screen

Common/DROMED.CFG

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ edit_color_border 40,200,200
3838
edit_color_white 255,255,255
3939
edit_color_black 5 , 5, 5
4040

41-
edit_color_grid 30, 30, 30
42-
edit_color_grid_lim 50, 50, 50
43-
41+
edit_color_grid 25, 25, 25
42+
edit_color_grid_lim 50, 50, 50
4443

4544
hotspot_editor\cursor 7,7
4645
;gui_font editor\textfont

0 commit comments

Comments
 (0)