Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Level Design (https://forums.graalonline.com/forums/forumdisplay.php?f=6)
-   -   Online editor and tileset help! (https://forums.graalonline.com/forums/showthread.php?t=134259353)

iSlayer 05-30-2010 12:19 PM

Online editor and tileset help!
 
Hey guys I need an easy tutorial on how to get the online editor, use the tileset called lt_maintile.png for editing

thanks

DrakilorP2P 05-30-2010 01:05 PM

Assuming we're both looking at the same editor, I think you just need to add the tileset to the level you're in. You can do that with a weapon script that calls addtiledef().

PHP Code:

//#CLIENTSIDE
function onCreated() {
  
addtiledef("lt_maintile.png""levelprefix_"0);


You can replace "levelprefix_" with "" if you want the tileset to be used for all levels.


All times are GMT +2. The time now is 03:49 PM.

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