Properties menu is now broken. - Printable Version +- 2DWorlds Forums (http://2dworlds.buildism.net/forum) +-- Forum: 2DWorlds (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=4) +--- Forum: Bug Reports (http://2dworlds.buildism.net/forum/forumdisplay.php?fid=23) +--- Thread: Properties menu is now broken. (/showthread.php?tid=5558) |
Properties menu is now broken. - Slendurrman - 06-09-2011 I think its due too having the new terrain that generates billions of blocks. RE: Properties menu is now broken. - Jacob__mybb_import1 - 06-09-2011 No it's not. You can't select the terrain by clicking on it, if that's what you're doing. RE: Properties menu is now broken. - Fat_Sacks - 06-09-2011 Yeah, I accidently added terrain to my game and when I try to delete it via the properties menu, it won't do anything. RE: Properties menu is now broken. - Jacob__mybb_import1 - 06-09-2011 (06-09-2011, 07:09 PM)Interwebs Wrote: Yeah, I accidently added terrain to my game and when I try to delete it via the properties menu, it won't do anything. Terrain is a service object, so you can't delete it the normal way. Just type game.Terrain:remove() in the console. |