made the game real
This commit is contained in:
parent
dccc27dd72
commit
e2ddd9cefe
15 changed files with 211 additions and 10 deletions
12
objects/player/bullet.tscn
Normal file
12
objects/player/bullet.tscn
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://bgoqv662xuf1r"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b84vrx30l3hei" path="res://objects/player/bullet.gd" id="1_4hrp6"]
|
||||
[ext_resource type="Texture2D" uid="uid://cm68ysi8ojc88" path="res://bullet.png" id="2_du4f6"]
|
||||
|
||||
[node name="Bullet" type="Node2D"]
|
||||
script = ExtResource("1_4hrp6")
|
||||
speed = Vector2(0, 500)
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
position = Vector2(0, -5)
|
||||
texture = ExtResource("2_du4f6")
|
||||
Loading…
Add table
Add a link
Reference in a new issue