A little cleanup

This commit is contained in:
2ndbeam 2024-05-19 23:33:24 +03:00
commit bedeee894a
15 changed files with 21 additions and 124 deletions

View file

@ -1,6 +1,6 @@
[gd_scene load_steps=3 format=3 uid="uid://djmoij5kuou3j"]
[ext_resource type="Script" path="res://scripts/objects/projectile.gd" id="1_6nacn"]
[ext_resource type="Script" path="res://scripts/Ship/projectile.gd" id="1_6nacn"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_mo2if"]
size = Vector2(4, 32)

View file

@ -60,6 +60,7 @@ offset_top = 6.0
offset_right = 1280.0
offset_bottom = 29.0
theme = ExtResource("5_ag247")
theme_override_font_sizes/font_size = 16
text = "cosmic {version}"
horizontal_alignment = 1
script = SubResource("GDScript_4yoh5")