Skip to content

Commit

Permalink
feat:point scene
Browse files Browse the repository at this point in the history
  • Loading branch information
limuy2022 committed Aug 25, 2024
1 parent 3aced7f commit cd96f3a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scenes/bullets/star_wrath/point.tscn
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
[gd_scene format=3 uid="uid://bgq78c0mfx381"]
[gd_scene load_steps=3 format=3 uid="uid://bgq78c0mfx381"]

[ext_resource type="Texture2D" uid="uid://cyrklccri8jt4" path="res://scenes/bullets/star_wrath/point.png" id="1_ssiky"]
[ext_resource type="Script" path="res://scenes/bullets/star_wrath/point.gd" id="2_5xsjg"]

[node name="Point" type="Sprite2D"]
modulate = Color(2, 2, 2, 1)
texture = ExtResource("1_ssiky")
script = ExtResource("2_5xsjg")

0 comments on commit cd96f3a

Please sign in to comment.