Merge branch 'master' of https://git.touhou.dev/shaun_chaky/eastern-flames
This commit is contained in:
commit
c9ebba829a
11 changed files with 7 additions and 5 deletions
|
@ -4,7 +4,7 @@ draw_set_color(c_black);
|
|||
//draw_set_alpha(1);
|
||||
var worldMat = matrix_get(matrix_world);
|
||||
//this is the location of where i want to draw from !!!
|
||||
var worldMat2 = matrix_build(x,y,0,90,0,0,1,1,1);
|
||||
var worldMat2 = matrix_build(x,y+6,0,50,0,0,0.6,0.6,0.6);
|
||||
matrix_set(matrix_world,worldMat2);
|
||||
if waiting image_blend = c_grey else image_blend = c_white;
|
||||
var tempx = x;
|
||||
|
@ -21,7 +21,7 @@ draw_rectangle(0-ts.x/2, 0-sprite_height-1,
|
|||
0-ts.x/2+(ts.x*(data.hp.val/data.hp.cap)),
|
||||
0-sprite_height+1, false
|
||||
);
|
||||
draw_text(0, 0-sprite_height-4, data.hp.val);
|
||||
draw_text(5, -6-sprite_height-6, data.hp.val);
|
||||
//draw_set_color(c_red);
|
||||
//draw_circle(x, y, 5, false);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue