11 lines
317 B
Plaintext
11 lines
317 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://weapons/default/default.gd" type="Script" id=1]
|
|
[ext_resource path="res://entities/bullet/bullet.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="node" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
bullet_speed = 3
|
|
shoot_cooldown = 0.3
|
|
bullet_type = ExtResource( 2 )
|