85 lines
2.3 KiB
Plaintext
85 lines
2.3 KiB
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://Scene/Player.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://Assets/Placeholder.png" type="Texture" id=2]
|
|
[ext_resource path="res://Scene/Clopinette.tscn" type="PackedScene" id=3]
|
|
|
|
[sub_resource type="RectangleShape2D" id=1]
|
|
extents = Vector2( 15.6178, 15.7669 )
|
|
|
|
[node name="World" type="Node2D"]
|
|
|
|
[node name="Player1" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 119.977, 88.9695 )
|
|
|
|
[node name="obstacle" type="StaticBody2D" parent="."]
|
|
position = Vector2( 57.697, 87.6551 )
|
|
__meta__ = {
|
|
"_edit_group_": true
|
|
}
|
|
|
|
[node name="Sprite" type="Sprite" parent="obstacle"]
|
|
texture = ExtResource( 2 )
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="obstacle"]
|
|
shape = SubResource( 1 )
|
|
|
|
[node name="Player2" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 221.278, 126.45 )
|
|
|
|
[node name="Clopinette" parent="." instance=ExtResource( 3 )]
|
|
position = Vector2( 96.6926, 271.557 )
|
|
scriptName = "res://Scripts/PaintEffects/Invisibility.gd"
|
|
|
|
[node name="Clopinette2" parent="." instance=ExtResource( 3 )]
|
|
position = Vector2( 305.804, 276.773 )
|
|
scriptName = "res://Scripts/PaintEffects/Upscale.gd"
|
|
|
|
[node name="Clopinette3" parent="." instance=ExtResource( 3 )]
|
|
position = Vector2( 459.898, 280.888 )
|
|
scriptName = "res://Scripts/PaintEffects/Downscale.gd"
|
|
|
|
[node name="Clopinette4" parent="." instance=ExtResource( 3 )]
|
|
position = Vector2( 604.527, 280.888 )
|
|
scriptName = "res://Scripts/PaintEffects/ConfuseDirections.gd"
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_left = 67.496
|
|
margin_top = 232.645
|
|
margin_right = 135.496
|
|
margin_bottom = 246.645
|
|
text = "Invisibilité"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Label2" type="Label" parent="."]
|
|
margin_left = 263.559
|
|
margin_top = 234.351
|
|
margin_right = 347.559
|
|
margin_bottom = 248.351
|
|
text = "Gigantisation"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Label3" type="Label" parent="."]
|
|
margin_left = 419.404
|
|
margin_top = 238.441
|
|
margin_right = 503.404
|
|
margin_bottom = 252.441
|
|
text = "Gnomisme"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Label4" type="Label" parent="."]
|
|
margin_left = 564.032
|
|
margin_top = 238.441
|
|
margin_right = 648.032
|
|
margin_bottom = 252.441
|
|
text = "Confusion"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|