mirror of
https://github.com/BlackMATov/evolved.lua.git
synced 2025-12-15 04:15:28 +07:00
update README
This commit is contained in:
@@ -684,7 +684,6 @@ local system = evolved.builder()
|
|||||||
local health_components = chunk:components(health)
|
local health_components = chunk:components(health)
|
||||||
|
|
||||||
for i = 1, entity_count do
|
for i = 1, entity_count do
|
||||||
print(i)
|
|
||||||
health_components[i] = math.max(
|
health_components[i] = math.max(
|
||||||
health_components[i] - 1,
|
health_components[i] - 1,
|
||||||
0)
|
0)
|
||||||
|
|||||||
Reference in New Issue
Block a user