share/hedgewars/Data/Scripts/TechMaps.lua
changeset 10948 18343f00c616
parent 10947 bb5f9dc79a6b
child 10950 356c8fb7fb56
equal deleted inserted replaced
10947:bb5f9dc79a6b 10948:18343f00c616
    12 HedgewarsScriptLoad("/Scripts/Tracker.lua")
    12 HedgewarsScriptLoad("/Scripts/Tracker.lua")
    13 
    13 
    14 -- this handles interim lazy copypasta from HedgeEditor
    14 -- this handles interim lazy copypasta from HedgeEditor
    15 -- while I'm still messing with things
    15 -- while I'm still messing with things
    16 function LoadSprite(pX, pY, pSprite, pFrame, pTint, p1, p2, p3, pLandFlags)
    16 function LoadSprite(pX, pY, pSprite, pFrame, pTint, p1, p2, p3, pLandFlags)
    17 	LoadSprite(pX, pY, pSprite, pFrame, pTint, p1, p2, p3, pLandFlags)
    17 	PlaceSprite(pX, pY, pSprite, pFrame, pTint, p1, p2, p3, pLandFlags)
    18 end
    18 end
    19 
    19 
    20 function LoadMap(mID)
    20 function LoadMap(mID)
    21 
    21 
    22 	if mID == 1 then
    22 	if mID == 1 then