mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-02 07:25:45 -04:00
New cursor for FreeDM (#325)
This changes the FreeDM menu cursor to a rocket.
This commit is contained in:
parent
e8c621d9e5
commit
3c44dad596
3 changed files with 6 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
; -DULTDOOM to build for ultimate doom
|
||||
; -DSHAREWARE to build for shareware doom
|
||||
;
|
||||
; Copyright (c) 2001-2015
|
||||
; Copyright (c) 2001-2016
|
||||
; Contributors to the Freedoom project. All rights reserved.
|
||||
;
|
||||
; Redistribution and use in source and binary forms, with or without
|
||||
|
@ -801,8 +801,13 @@ M_RDTHIS 0 0
|
|||
M_OPTION 0 0
|
||||
M_QUITG 0 0
|
||||
M_NGAME 0 0
|
||||
#ifdef FREEDM
|
||||
M_SKULL1 = m_rokt1 16 -4
|
||||
M_SKULL2 = m_rokt2 16 -4
|
||||
#else
|
||||
M_SKULL1 0 -1
|
||||
M_SKULL2 0 -1
|
||||
#endif
|
||||
M_THERMO -2 -1
|
||||
M_THERMR 0 0
|
||||
M_THERMM 0 0
|
||||
|
@ -2821,4 +2826,3 @@ AQF074
|
|||
AQF075
|
||||
AQF076
|
||||
|
||||
|
||||
|
|
BIN
graphics/m_rokt1.gif
Normal file
BIN
graphics/m_rokt1.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 993 B |
BIN
graphics/m_rokt2.gif
Normal file
BIN
graphics/m_rokt2.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1,008 B |
Loading…
Add table
Add a link
Reference in a new issue