mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-07 05:21:18 +00:00
1502215009
so now larger scales than 4 can be done. SVN r381 (trunk)
19 lines
278 B
Text
19 lines
278 B
Text
|
|
|
|
ACTOR ArtiSpeedBoots : PowerupGiver 8002
|
|
{
|
|
Game Hexen
|
|
SpawnID 13
|
|
+FLOATBOB
|
|
+COUNTITEM
|
|
+INVENTORY.PICKUPFLASH
|
|
Inventory.Icon ARTISPED
|
|
Inventory.PickupMessage "$TXT_ARTISPEED"
|
|
Powerup.Type Speed
|
|
States
|
|
{
|
|
Spawn:
|
|
SPED ABCDEFGH 3 Bright
|
|
Loop
|
|
}
|
|
}
|