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