9 lines
203 B
Plaintext
9 lines
203 B
Plaintext
|
[gd_scene load_steps=2 format=2]
|
||
|
|
||
|
[ext_resource path="res://weapons/laser/laser.gd" type="Script" id=1]
|
||
|
|
||
|
[node name="node" type="Node2D"]
|
||
|
script = ExtResource( 1 )
|
||
|
bullet_speed = 5
|
||
|
shoot_cooldown = 0.05
|