ONUSystem (おぬシステム) Wiki
ONUSystem is A module-based framework for games and CG arts.
Brought to you by:
onuxy
メニュー:(XMLObjMenuクラス)
label:プログラム中から呼び出す時の名前
type_2d / type_3d:座標系選択
select_plane:メニューの表示と同期するオブジェクト
base_position:メニューを表示する場所
select_sprite
select_plane
name
message_size
item:項目(SelectItem > XMLMenuSelectItem > XMLSelectItem クラス)
back_picture
work
size
position
text
selectable:選択可能な項目
xcut,ycut,work,script
例
<menu1 label="menu1">
<type_2d/>
<base_position>300,100,</base_position>
<item>
<text>キャンセル</text>
<position>200,50</position>
<size>16+16,32,1</size>
<selectable/>
</item>
<item>
<text>戻る</text>
<position>200,100</position>
<size>16+16,32,1</size>
<selectable/>
</item>
</menu1>