Added starter bullet hell rotation for horse boss.
This commit is contained in:
parent
e608652170
commit
bee8cf77f1
11 changed files with 106 additions and 39 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=11 format=3 uid="uid://5qkcf1cpre32"]
|
||||
[gd_scene format=3 uid="uid://5qkcf1cpre32"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://val4c82n4krk" path="res://scenes/score_counter.gd" id="1_t7i3n"]
|
||||
[ext_resource type="Texture2D" uid="uid://ddh7mk2ekhq3u" path="res://_graphics/Mini Pixel Pack 3/UI objects/Number_font (8 x 8).png" id="1_terno"]
|
||||
|
|
@ -35,49 +35,49 @@ region = Rect2(32, 8, 8, 8)
|
|||
atlas = ExtResource("1_terno")
|
||||
region = Rect2(32, 8, 8, 8)
|
||||
|
||||
[node name="ScoreCounter" type="HBoxContainer"]
|
||||
[node name="ScoreCounter" type="HBoxContainer" unique_id=1970265241]
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
grow_horizontal = 2
|
||||
size_flags_horizontal = 8
|
||||
script = ExtResource("1_t7i3n")
|
||||
|
||||
[node name="Digit0" type="TextureRect" parent="."]
|
||||
[node name="Digit0" type="TextureRect" parent="." unique_id=264941948]
|
||||
layout_mode = 2
|
||||
texture = SubResource("AtlasTexture_t7i3n")
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="Digit1" type="TextureRect" parent="."]
|
||||
[node name="Digit1" type="TextureRect" parent="." unique_id=2027643592]
|
||||
layout_mode = 2
|
||||
texture = SubResource("AtlasTexture_knege")
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="Digit2" type="TextureRect" parent="."]
|
||||
[node name="Digit2" type="TextureRect" parent="." unique_id=1034152182]
|
||||
layout_mode = 2
|
||||
texture = SubResource("AtlasTexture_qa8aw")
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="Digit3" type="TextureRect" parent="."]
|
||||
[node name="Digit3" type="TextureRect" parent="." unique_id=1387400575]
|
||||
layout_mode = 2
|
||||
texture = SubResource("AtlasTexture_pd82r")
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="Digit4" type="TextureRect" parent="."]
|
||||
[node name="Digit4" type="TextureRect" parent="." unique_id=1715326887]
|
||||
layout_mode = 2
|
||||
texture = SubResource("AtlasTexture_j44f5")
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="Digit5" type="TextureRect" parent="."]
|
||||
[node name="Digit5" type="TextureRect" parent="." unique_id=755234748]
|
||||
layout_mode = 2
|
||||
texture = SubResource("AtlasTexture_emiqc")
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="Digit6" type="TextureRect" parent="."]
|
||||
[node name="Digit6" type="TextureRect" parent="." unique_id=1259223957]
|
||||
layout_mode = 2
|
||||
texture = SubResource("AtlasTexture_inuy1")
|
||||
stretch_mode = 5
|
||||
|
||||
[node name="Digit7" type="TextureRect" parent="."]
|
||||
[node name="Digit7" type="TextureRect" parent="." unique_id=1114985963]
|
||||
layout_mode = 2
|
||||
texture = SubResource("AtlasTexture_ke503")
|
||||
stretch_mode = 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue