share/hedgewars/Data/Scripts/Multiplayer/HedgeEditor.lua
changeset 11637 45316b6eb4a0
parent 11037 599bb42d7448
child 11638 df8fbbbcd775
equal deleted inserted replaced
11074:722567479fab 11637:45316b6eb4a0
   276 ]]
   276 ]]
   277 
   277 
   278 ---------------------------------------------------------
   278 ---------------------------------------------------------
   279 -- HEDGE EDITOR, SCRIPT BEGINS (Hey yo, it's about time)
   279 -- HEDGE EDITOR, SCRIPT BEGINS (Hey yo, it's about time)
   280 ---------------------------------------------------------
   280 ---------------------------------------------------------
       
   281 
       
   282 -- Tell other scripts that we exist
       
   283 HedgeEditor = true
   281 
   284 
   282 HedgewarsScriptLoad("/Scripts/Locale.lua")
   285 HedgewarsScriptLoad("/Scripts/Locale.lua")
   283 HedgewarsScriptLoad("/Scripts/Tracker.lua")
   286 HedgewarsScriptLoad("/Scripts/Tracker.lua")
   284 HedgewarsScriptLoad("/Scripts/Params.lua")
   287 HedgewarsScriptLoad("/Scripts/Params.lua")
   285 HedgewarsScriptLoad("/Scripts/TechMaps.lua")
   288 HedgewarsScriptLoad("/Scripts/TechMaps.lua")