-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathluigi test.tscn
More file actions
102 lines (74 loc) · 3.95 KB
/
Copy pathluigi test.tscn
File metadata and controls
102 lines (74 loc) · 3.95 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
[gd_scene load_steps=13 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"]
[ext_resource type="PackedScene" uid="uid://c8rpn5napbsdu" path="res://scenes/tail.tscn" id="6_e77pj"]
[ext_resource type="PackedScene" uid="uid://disfsrloilqua" path="res://scenes/head.tscn" id="8_23k0g"]
[ext_resource type="Script" uid="uid://mdevubq4s10" path="res://script/hud.gd" id="9_rgvg3"]
[ext_resource type="PackedScene" uid="uid://d26kswglulmbs" path="res://scenes/question block.tscn" id="10_vwgyb"]
[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(248, 104)
[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(408.00003, 56)
scale = Vector2(0.8930313, 0.9196674)
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="tail" parent="StaticBody2D" instance=ExtResource("6_e77pj")]
position = Vector2(264, 104)
[node name="Node2D3" type="Node2D" parent="."]
position = Vector2(40, 104)
[node name="goomba" parent="Node2D3" instance=ExtResource("5_jf1l0")]
position = Vector2(0, 0)
[node name="goomba2" parent="Node2D3" instance=ExtResource("5_jf1l0")]
position = Vector2(16, 0)
[node name="goomba3" parent="Node2D3" instance=ExtResource("5_jf1l0")]
position = Vector2(32, 0)
[node name="goomba4" parent="Node2D3" instance=ExtResource("5_jf1l0")]
position = Vector2(48, 0)
[node name="goomba5" parent="Node2D3" instance=ExtResource("5_jf1l0")]
position = Vector2(64, 0)
[node name="goomba6" parent="Node2D3" instance=ExtResource("5_jf1l0")]
position = Vector2(80, 0)
[node name="goomba7" parent="Node2D3" instance=ExtResource("5_jf1l0")]
position = Vector2(96, 0)
[node name="goomba8" parent="Node2D3" instance=ExtResource("5_jf1l0")]
position = Vector2(112, 0)
[node name="goomba9" parent="Node2D3" instance=ExtResource("5_jf1l0")]
position = Vector2(128, 0)
[node name="goomba10" parent="Node2D3" instance=ExtResource("5_jf1l0")]
position = Vector2(144, 0)
[node name="goomba11" parent="Node2D3" instance=ExtResource("5_jf1l0")]
position = Vector2(160, 0)
[node name="Snek2" parent="." instance=ExtResource("8_23k0g")]
position = Vector2(32, 56)
[node name="shell" parent="." instance=ExtResource("6_70a3o")]
position = Vector2(216, 80)
active = true
[node name="hud" type="CanvasLayer" parent="."]
layer = 5
follow_viewport_enabled = true
script = ExtResource("9_rgvg3")
[node name="question block" parent="." instance=ExtResource("10_vwgyb")]
position = Vector2(232, 104)