level 2
我的绘制是
x1=view_xview[0]+2
y1=view_yview[0]+2
x1st=view_xview[0]+2
x2=view_xview[0]+50
y2=view_yview[0]+16
x2st=view_xview[0]+50
draw_set_color(c_red)
depth=- bbox_bottom
draw_rectangle(x1st,y1,x2st,y2,0)
depth=- bbox_bottom
draw_set_color(c_yellow)
depth=- bbox_bottom
draw_rectangle(x1,y1,x2,y2,0)
draw_set_color(c_white)
depth=- bbox_bottom
draw_text(x2st+0.4,y1,"HP"+string(hp))
2023年12月31日 04点12分
3