Upload files to 'menus'
This commit is contained in:
parent
46168c5fed
commit
50de0d54c2
|
@ -0,0 +1,2 @@
|
|||
pos=-128,2,0,0
|
||||
align=topright
|
|
@ -0,0 +1,8 @@
|
|||
# position data for the enemy health display
|
||||
# pos is the healthbar
|
||||
# text_pos (optional) is the name + level. If omitted, the label is placed centered above the bar
|
||||
|
||||
#pos=0,0,0,0
|
||||
#align=left
|
||||
|
||||
bar_pos=150,150,0,0
|
|
@ -0,0 +1,10 @@
|
|||
pos=0,0,318,207
|
||||
align=center
|
||||
|
||||
title=159,8,center,top,font_bold
|
||||
exit=88,175
|
||||
continue=88,147
|
||||
|
||||
music_volume=159,32,55,48
|
||||
sound_volume=159,80,55,96
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
# Settings for the FPS displaying
|
||||
# position is x,y,corner, where corner is any of the following:
|
||||
# top_left, top_right, bottom_left, bottom_right
|
||||
|
||||
position=0,0,bottomleft
|
||||
color=255,255,255
|
|
@ -0,0 +1,21 @@
|
|||
# Settings for the GameNew menu
|
||||
# the first two values are x,y positions
|
||||
# some items have two more values, width and height
|
||||
|
||||
button_prev=32,216
|
||||
button_next=376,216
|
||||
button_exit=-71,0,bottom
|
||||
button_create=71,0,bottom
|
||||
button_permadeath=256,425
|
||||
|
||||
name_input=256,404
|
||||
|
||||
portrait=56,60,320,320
|
||||
|
||||
class_list=448,60
|
||||
show_classlist=1
|
||||
|
||||
portrait_label=216,40,center,top
|
||||
name_label=320,388,center,top
|
||||
permadeath_label=285,436,left,center
|
||||
classlist_label=512,40,center,top
|
Loading…
Reference in New Issue