Mercurial > fife-parpg
view demos/rio_de_hola/gui/instancemenu.xml @ 695:47d58c7a95d7
Fixed a bug in VFSDirectory that prevented absolute paths from being resolved.
* Modified the VFSDirectory constructor so that it now adds the drive root as the VFS root by default, instead of the current working directory.
* Added the current working directory to the VFS in Engine::preInit in addition to the default drive root.
* Reverted a change to EventManager::processMouseEvent which prevents GUIChan from grabbing mouse input. The fact that GUIChan grabs all mouse input will need to be addressed once the GUI code is modularized.
author | M. George Hansen <technopolitica@gmail.com> |
---|---|
date | Fri, 10 Jun 2011 23:36:14 -1000 |
parents | 64738befdf3b |
children |
line wrap: on
line source
<VBox opaque='1'> <Button name="moveButton" text="Move here" /> <Button name="talkButton" text="Talk" /> <Button name="kickButton" text="Kick" /> <Button name="inspectButton" text="Inspect" /> </VBox>