Skip to content
Snippets Groups Projects
Commit a18e9896 authored by dg's avatar dg
Browse files

plop

git-svn-id: http://svn.net-core.org/repos/t-engine4@2662 51575b47-30f0-44d4-a5cc-537603b46e54
parent 15237913
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ function _M:makeTrees(base, max)
local inb = 4 - nb
return engine.Entity.new{
z = z,
display_scale = rng.float(0.5 + inb / 6, 1.6),
display_scale = rng.float(0.5 + inb / 6, 1.3),
display_x = rng.float(-1 / 3 * nb / 3, 1 / 3 * nb / 3),
display_y = rng.float(-1 / 3 * nb / 3, 1 / 3 * nb / 3),
display_on_seen = true,
......@@ -134,7 +134,7 @@ function _M:makeCrystals(base, max)
b = b / maxcol
return engine.Entity.new{
z = z,
display_scale = rng.float(0.5 + inb / 6, 1.6),
display_scale = rng.float(0.5 + inb / 6, 1.3),
display_x = rng.float(-1 / 3 * nb / 3, 1 / 3 * nb / 3),
display_y = rng.float(-1 / 3 * nb / 3, 1 / 3 * nb / 3),
display_on_seen = true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment