paintjam2020/Scene/TestScene.tscn
2020-04-04 16:33:25 +02:00

71 lines
1.9 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( 580.834, 292.621 )
scriptName = "res://Scripts/PaintEffects/Downscale.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 = 551.169
margin_top = 251.979
margin_right = 635.169
margin_bottom = 265.979
text = "Gnomisme"
__meta__ = {
"_edit_use_anchors_": false
}