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

pop

git-svn-id: http://svn.net-core.org/repos/t-engine4@2390 51575b47-30f0-44d4-a5cc-537603b46e54
parent 5dbbb2d2
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,7 @@ local function select(id)
end
game.logPlayer(game.player, "#LIGHT_BLUE#You select the timeline and re-arrange the universe to your liking!")
game.level.map:particleEmitter(game.player.x, game.player.y, 1, "rewrite_universe")
end
newChat{ id="welcome",
......
-- ToME - Tales of Maj'Eyal
-- Copyright (C) 2009, 2010 Nicolas Casalini
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation, either version 3 of the License, or
-- (at your option) any later version.
--
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
--
-- You should have received a copy of the GNU General Public License
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
--
-- Nicolas Casalini "DarkGod"
-- darkgod@te4.org
base_size = 32
return {
base = 1000,
angle = { 0, 360 }, anglev = { 6000, 9000 }, anglea = { 20, 60 },
life = { 20, 30 },
size = { 15, 35 }, sizev = {0, 0}, sizea = {0, 0},
r = {180, 220}, rv = {0, 10}, ra = {0, 0},
g = {0, 0}, gv = {0, 0}, ga = {0, 0},
b = {200, 255}, bv = {0, 10}, ba = {0, 0},
a = {80, 255}, av = {0, 0}, aa = {0, 0},
}, function(self)
self.nb = (self.nb or 0) + 1
if self.nb < 6 then
self.ps:emit(100)
end
end,
600,
"particle_cloud"
......@@ -3121,6 +3121,7 @@ newEffect{
-- Add the previous thread
game._chronoworlds["see_threads_"..(eff.thread-1)] = clone
game.level.map:particleEmitter(game.player.x, game.player.y, 1, "rewrite_universe")
return
else
game._chronoworlds.see_threads_base = nil
......
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