-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGame.tscn
27 lines (19 loc) · 827 Bytes
/
Game.tscn
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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://icon.png" type="Texture" id=1]
[ext_resource path="res://Game.gd" type="Script" id=2]
[ext_resource path="res://Body.tscn" type="PackedScene" id=3]
[node name="Game" type="Node2D"]
script = ExtResource( 2 )
[node name="Layer" type="CanvasLayer" parent="."]
[node name="Back" type="TextureRect" parent="Layer"]
modulate = Color( 0.211765, 0.211765, 0.211765, 1 )
anchor_right = 1.0
anchor_bottom = 1.0
texture = ExtResource( 1 )
stretch_mode = 2
[node name="Bodies" type="Node2D" parent="Layer"]
[node name="Body" parent="Layer/Bodies" instance=ExtResource( 3 )]
[node name="Body2" parent="Layer/Bodies" instance=ExtResource( 3 )]
position = Vector2( 556, 227 )
[node name="Body3" parent="Layer/Bodies" instance=ExtResource( 3 )]
position = Vector2( 390, 333 )