[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.847 ) [node name="Clopinette" parent="." instance=ExtResource( 3 )] position = Vector2( 90.0584, 291.46 ) scriptName = "res://Scripts/PaintEffects/Invisibility.gd" [node name="Clopinette2" parent="." instance=ExtResource( 3 )] position = Vector2( 354.897, 298.002 ) scriptName = "res://Scripts/PaintEffects/Upscale.gd" [node name="Clopinette3" parent="." instance=ExtResource( 3 )] position = Vector2( 589.812, 295.726 ) scriptName = "res://Scripts/PaintEffects/Downscale.gd" [node name="Label" type="Label" parent="."] margin_left = 60.8618 margin_top = 252.548 margin_right = 128.862 margin_bottom = 266.548 text = "Invisibilité" __meta__ = { "_edit_use_anchors_": false } [node name="Label2" type="Label" parent="."] margin_left = 313.979 margin_top = 250.273 margin_right = 397.979 margin_bottom = 264.273 text = "Gigantisation" __meta__ = { "_edit_use_anchors_": false } [node name="Label3" type="Label" parent="."] margin_left = 551.169 margin_top = 251.979 margin_right = 635.169 margin_bottom = 265.979 text = "Gnomisme" __meta__ = { "_edit_use_anchors_": false }