mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-05 14:21:18 +00:00
Fix paths
This commit is contained in:
parent
b7fc718e9d
commit
30d0365ae1
4 changed files with 7 additions and 14 deletions
|
|
@ -1,7 +1,7 @@
|
|||
[gd_scene load_steps=12 format=3 uid="uid://rp4jhx0tuh24"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://cy5usvdeabi0t" path="res://Sprites/fragola.png" id="1_5wy11"]
|
||||
[ext_resource type="Script" uid="uid://xggagp2afklr" path="res://Scenes/fragola.cs" id="1_773fi"]
|
||||
[ext_resource type="Script" path="res://Scenes/Fragola.cs" id="1_nyu4m"]
|
||||
|
||||
[sub_resource type="AtlasTexture" id="AtlasTexture_j6kkb"]
|
||||
atlas = ExtResource("1_5wy11")
|
||||
|
|
@ -72,7 +72,7 @@ collision_layer = 4
|
|||
collision_mask = 11
|
||||
mass = 0.03
|
||||
gravity_scale = 0.0
|
||||
script = ExtResource("1_773fi")
|
||||
script = ExtResource("1_nyu4m")
|
||||
metadata/_edit_group_ = true
|
||||
|
||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue