flappybat/pipe.jso
John Alanbrook 9f49fc4cb8 initial add
2024-03-03 17:45:08 -06:00

5 lines
133 B
Plaintext

var sp = this.add_component(component.sprite);
sp.path = "sprites/pipe-green.png";
this.draw_layer = -5;
this.phys = physics.static;