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

ponx!

git-svn-id: http://svn.net-core.org/repos/t-engine4@6770 51575b47-30f0-44d4-a5cc-537603b46e54
parent 79b41048
No related branches found
No related tags found
No related merge requests found
game/modules/tome/data/gfx/shockbolt/stars/ponx.png

266 KiB

......@@ -25,6 +25,7 @@ defineTile('s', "SUMMERTIDE")
defineTile('w', "WINTERTIDE")
defineTile('K', "KOLAL")
defineTile('L', "LUXAM")
defineTile('P', "PONX")
return {
[[ ]],
......@@ -42,7 +43,7 @@ return {
[[ ]],
[[ ]],
[[ ]],
[[ ]],
[[ P ]],
[[ ]],
[[ ====]],
[[ =====]],
......@@ -52,7 +53,7 @@ return {
[[ =========]],
[[ =========]],
[[ ==========]],
[[ L ==========]],
[[ K ==========]],
[[ =========S]],
[[ ==========]],
[[ ==========]],
......
......@@ -104,5 +104,18 @@ newEntity{ base = "CELESTIAL_BODY",
desc = [[One of the main planet of the Shandral system.]],
sphere_map = "stars/luxam.png",
sphere_size = 1.3,
x_rot = -90, y_rot = -20, rot_speed = 1000,
x_rot = 0, y_rot = -20, rot_speed = 1000,
}
--------------------------------------------------------------------
-- Planet
--------------------------------------------------------------------
newEntity{ base = "CELESTIAL_BODY",
define_as = "PONX",
name = "Ponx (Gaz Planet)",
display = 'O', color=colors.LIGHT_BLUE,
desc = [[One of the main planet of the Shandral system.]],
sphere_map = "stars/ponx.png",
sphere_size = 2,
x_rot = 20, y_rot = -40, rot_speed = 3000,
}
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