• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

3D this floor sprite isent appearing 3d

phillipPbor

Member
upload_2017-5-23_22-37-56.png

this red box suppose to be 3d as floor

Code:
d3d_draw_floor(x,y,0.1,x+16,y+16,0.1,sprite_get_texture(spr_enemy_target,0),1,1);
this code in draw effect


instead its this. I use the creation action for it to appear :(
 
Top