-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathluigi test.tscn7726017384.tmp
More file actions
52 lines (38 loc) · 2.1 KB
/
Copy pathluigi test.tscn7726017384.tmp
File metadata and controls
52 lines (38 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[gd_scene load_steps=9 format=3 uid="uid://cswl3f0pdo2w6"]
[ext_resource type="Script" uid="uid://cqcqef0utc7ik" path="res://luigi_test.gd" id="1_70a3o"]
[ext_resource type="PackedScene" uid="uid://mt2ylxx61b70" path="res://scenes/head2.tscn" id="1_w5dw0"]
[ext_resource type="PackedScene" uid="uid://c5idjgy4afmho" path="res://scenes/mushroom.tscn" id="2_u6tou"]
[ext_resource type="PackedScene" uid="uid://dtxpx2ar41ngs" path="res://scenes/fire_flower.tscn" id="3_xco3m"]
[ext_resource type="PackedScene" uid="uid://dmbesh4pmkuuo" path="res://scenes/star.tscn" id="4_3dwgw"]
[ext_resource type="PackedScene" uid="uid://bwwi52l72ncsf" path="res://scenes/goomba.tscn" id="5_jf1l0"]
[ext_resource type="PackedScene" uid="uid://h2ccg27eas81" path="res://scenes/shell.tscn" id="6_70a3o"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_u6tou"]
size = Vector2(296, 121)
[node name="Node2D" type="Node2D"]
script = ExtResource("1_70a3o")
[node name="mushroom" parent="." instance=ExtResource("2_u6tou")]
position = Vector2(122, 67)
[node name="Snek" parent="." instance=ExtResource("1_w5dw0")]
position = Vector2(36, 35)
[node name="StaticBody2D" type="StaticBody2D" parent="."]
collision_layer = 129
collision_mask = 129
[node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"]
position = Vector2(131, 170)
shape = SubResource("RectangleShape2D_u6tou")
[node name="CollisionShape2D2" type="CollisionShape2D" parent="StaticBody2D"]
position = Vector2(319, 60)
shape = SubResource("RectangleShape2D_u6tou")
[node name="CollisionShape2D3" type="CollisionShape2D" parent="StaticBody2D"]
position = Vector2(-145, 65)
shape = SubResource("RectangleShape2D_u6tou")
[node name="FireFlower" parent="StaticBody2D" instance=ExtResource("3_xco3m")]
position = Vector2(84, 105)
[node name="Star" parent="StaticBody2D" instance=ExtResource("4_3dwgw")]
position = Vector2(57, 110)
[node name="goomba" parent="." instance=ExtResource("5_jf1l0")]
position = Vector2(40, 104)
[node name="shell" parent="." instance=ExtResource("6_70a3o")]
position = Vector2(136, 104)
active = true
[node name="hud" type="CanvasLayer" parent="."]