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

moar

git-svn-id: http://svn.net-core.org/repos/t-engine4@6768 51575b47-30f0-44d4-a5cc-537603b46e54
parent 66fb5cf8
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ local Quadratic = require "engine.Quadratic"
module(..., package.seeall, class.inherit(mod.class.Grid))
function _M:init(t, no_default)
t.sphere_map = t.sphere_map or "shockbolt/terrain/eyal-world.png"
t.sphere_map = t.sphere_map or "stars/eyal.png"
t.sphere_size = t.sphere_size or 1
t.x_rot = t.x_rot or 0
t.y_rot = t.y_rot or 0
......
......@@ -106,7 +106,7 @@ local changer = function(id)
core.display.glRotate(game.zone.world_sphere_rot, 0, 0, 1)
core.display.glColor(1, 1, 1, 1)
local tex = Map.tiles:get('', 0, 0, 0, 0, 0, 0, "shockbolt/terrain/eyal-world.png")
local tex = Map.tiles:get('', 0, 0, 0, 0, 0, 0, "stars/eyal.png")
tex:bind(0)
level.world_sphere.q:sphere(300)
......
......@@ -249,7 +249,7 @@ return {
core.display.glRotate(game.zone.world_sphere_rot, 0, 0, 1)
core.display.glColor(1, 1, 1, 1)
local tex = Map.tiles:get('', 0, 0, 0, 0, 0, 0, "shockbolt/terrain/eyal-world.png")
local tex = Map.tiles:get('', 0, 0, 0, 0, 0, 0, "stars/eyal.png")
tex:bind(0)
level.world_sphere.q:sphere(300)
......
......@@ -43,7 +43,7 @@ newEntity{ base = "CELESTIAL_BODY",
name = "Shandral (Sun)",
display = '*', color=colors.GOLD,
desc = [[The sun of the Shandral star system.]],
sphere_map = "terrain/sun_surface.png",
sphere_map = "stars/sun_surface.png",
sphere_size = 8,
x_rot = 20, y_rot = -20, rot_speed = 17000,
}
......@@ -56,7 +56,7 @@ newEntity{ base = "CELESTIAL_BODY",
name = "Eyal (Planet)",
display = 'O', color=colors.BLUE,
desc = [[One of the main planet of the Shandral system.]],
sphere_map = "terrain/eyal-world.png",
sphere_map = "stars/eyal.png",
sphere_size = 1,
x_rot = 30, y_rot = -30, rot_speed = 9000,
}
......
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