flappybat/pipe.jso

5 lines
133 B
Plaintext
Raw Normal View History

2024-03-03 17:45:08 -06:00
var sp = this.add_component(component.sprite);
sp.path = "sprites/pipe-green.png";
this.draw_layer = -5;
this.phys = physics.static;