share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua
changeset 12388 0eb1457f7b94
parent 12333 6bdabf67a012
child 12389 605a7c85a798
equal deleted inserted replaced
12387:cfcbc960337e 12388:0eb1457f7b94
     1 ------------------------------------------
     1 ------------------------------------------
     2 -- TECH RACER v0.8
     2 -- TECH RACER v0.8
     3 -----------------------------------------
     3 -----------------------------------------
       
     4 
       
     5 -- DEVELOPER WARNING - FOR OFFICIAL DEVELOPMENT --
       
     6 -- Be careful when editig this script, do not introduce changes lightly!
       
     7 -- This script is used for time records on the official Hedgewars server.
       
     8 -- Introducing breaking changes means we have to invalidate past time records!
     4 
     9 
     5 --------------
    10 --------------
     6 -- TO DO
    11 -- TO DO
     7 --------------
    12 --------------
     8 -- allow scrolling of maps (was going to add this in the engine itself, but it can be done now by refreshing preview)
    13 -- allow scrolling of maps (was going to add this in the engine itself, but it can be done now by refreshing preview)