mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
finally get the damn spinner working (not in the right place, though)
This commit is contained in:
parent
786a88ba25
commit
b1b848ae4a
2 changed files with 11 additions and 9 deletions
|
@ -14,12 +14,12 @@ entity self;
|
|||
.void () think;
|
||||
|
||||
string [6] dot = {
|
||||
"gfx/menudot0.lpm",
|
||||
"gfx/menudot1.lpm",
|
||||
"gfx/menudot2.lpm",
|
||||
"gfx/menudot3.lpm",
|
||||
"gfx/menudot4.lpm",
|
||||
"gfx/menudot5.lpm",
|
||||
"gfx/menudot1.lmp",
|
||||
"gfx/menudot2.lmp",
|
||||
"gfx/menudot3.lmp",
|
||||
"gfx/menudot4.lmp",
|
||||
"gfx/menudot5.lmp",
|
||||
"gfx/menudot6.lmp",
|
||||
};
|
||||
|
||||
void (integer x, integer y) spinner =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue