Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Level Design (https://forums.graalonline.com/forums/forumdisplay.php?f=6)
-   -   Inside lvl (https://forums.graalonline.com/forums/showthread.php?t=75521)

Moonite 07-15-2007 04:41 PM

Inside lvl
 
1 Attachment(s)
I hope u enjoy it

I didnt know how to makes those Fire.mng bigger with setshape
so I made X and Arrows where the bigger Fire.mng should be.
Attachment 42064


Next lvl that i will create will be with the Esteria Tileset in a few weeks

PrinceOfKenshin 07-15-2007 08:14 PM

1 Attachment(s)
Not bad at all i like the style umm there is 1 thing i would add and just follow the blue arrow.

Crono 07-15-2007 08:31 PM

I like it.

Moonite 07-18-2007 12:43 AM

1 Attachment(s)
Well seems nobody cares about it...
here its free to use for anyone

Attachment 42098


PS
Watch PrinceOfKenshin Post
u have to fix that by our own if u want to use that lvl

btw PrinceOfKenshin for Noticing

LoneAngelIbesu 07-25-2007 03:19 AM

To make fire.mng bigger, just add:

(this is GS1. I think for GS2, just replace if (created) with function onCreated() )
PHP Code:

if (created){
setzoomeffect #;



Angel_Light 07-25-2007 03:46 AM

GS1:
PHP Code:

//#CLIENTSIDE
if (created) {
  
setzoomeffect #;


GS2:
PHP Code:

//#CLIENTSIDE
function onCreated() {
  
setZoomEffect#);


Just replace # with any reasonable number. 1 being default.


All times are GMT +2. The time now is 08:57 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.