mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
66 lines
2.3 KiB
Text
66 lines
2.3 KiB
Text
[gd_scene load_steps=8 format=3 uid="uid://bv451a8wgty4u"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bghghp5ep4w2j" path="res://Scenes/player.tscn" id="2_8mh54"]
|
|
[ext_resource type="PackedScene" uid="uid://cxmcqehjjy82j" path="res://Scenes/reisen.tscn" id="3_8k37m"]
|
|
[ext_resource type="PackedScene" uid="uid://rp4jhx0tuh24" path="res://Scenes/fragola.tscn" id="4_s7wq6"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_qui05"]
|
|
size = Vector2(20, 153)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_v0c0p"]
|
|
size = Vector2(141, 13)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_5ir3o"]
|
|
size = Vector2(9, 70)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_e3rcm"]
|
|
size = Vector2(134, 7)
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
position = Vector2(38, 39)
|
|
|
|
[node name="ReferenceRect" type="ReferenceRect" parent="."]
|
|
offset_left = -38.0
|
|
offset_top = -39.0
|
|
offset_right = 124.0
|
|
offset_bottom = 44.0
|
|
|
|
[node name="Polygon2D" type="Polygon2D" parent="."]
|
|
position = Vector2(41, -4.31633)
|
|
scale = Vector2(1, 1.23469)
|
|
color = Color(0.278431, 0.8, 0.396078, 1)
|
|
polygon = PackedVector2Array(95, 57, 46, 58, -83, 61, -91, -37, 88, -37, 114, -1)
|
|
|
|
[node name="StaticBody2D" type="StaticBody2D" parent="."]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
|
|
position = Vector2(113, 54.5)
|
|
shape = SubResource("RectangleShape2D_qui05")
|
|
|
|
[node name="Polygon2D" type="Polygon2D" parent="StaticBody2D"]
|
|
position = Vector2(0, -14.5556)
|
|
scale = Vector2(1, 1.11111)
|
|
polygon = PackedVector2Array(103, -21, 123, -22, 122, 131, 105, 131)
|
|
|
|
[node name="Muro 2" type="StaticBody2D" parent="."]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Muro 2"]
|
|
position = Vector2(32.5, 37.5)
|
|
shape = SubResource("RectangleShape2D_v0c0p")
|
|
|
|
[node name="CollisionShape2D2" type="CollisionShape2D" parent="Muro 2"]
|
|
position = Vector2(-34.5, -4)
|
|
shape = SubResource("RectangleShape2D_5ir3o")
|
|
|
|
[node name="CollisionShape2D3" type="CollisionShape2D" parent="Muro 2"]
|
|
position = Vector2(37, -35.5)
|
|
shape = SubResource("RectangleShape2D_e3rcm")
|
|
|
|
[node name="Fragola" parent="." instance=ExtResource("4_s7wq6")]
|
|
position = Vector2(62, 10)
|
|
|
|
[node name="Player" parent="." instance=ExtResource("2_8mh54")]
|
|
position = Vector2(-7, -15)
|
|
|
|
[node name="CharacterBody2D" parent="." instance=ExtResource("3_8k37m")]
|
|
position = Vector2(78, -15)
|