mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Added Correct Values For Paths
This commit is contained in:
@@ -30,7 +30,7 @@ local paths = {
|
|||||||
['grass-4']={10,'dirt-4'}
|
['grass-4']={10,'dirt-4'}
|
||||||
}
|
}
|
||||||
for tile,value in pairs(paths) do
|
for tile,value in pairs(paths) do
|
||||||
--value[1]=value[1]*100
|
value[1]=value[1]*100
|
||||||
end
|
end
|
||||||
|
|
||||||
local function global_key(surface,pos)
|
local function global_key(surface,pos)
|
||||||
|
|||||||
Reference in New Issue
Block a user