summaryrefslogtreecommitdiff
path: root/Stage.tscn
blob: c6542f36696e440883a39010be7178aea881ed1b (plain)
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
[gd_scene load_steps=5 format=3 uid="uid://bbfbi6tuggm7f"]

[ext_resource type="Texture2D" uid="uid://c82tsvwwnmfhe" path="res://icon.svg" id="1_lktna"]
[ext_resource type="PackedScene" uid="uid://58k8ukwgcv4u" path="res://Player.tscn" id="2_wy2jy"]

[sub_resource type="TileSetAtlasSource" id="TileSetAtlasSource_tet6l"]
texture = ExtResource("1_lktna")
0:0/size_in_atlas = Vector2i(8, 8)
0:0/0 = 0
0:0/0/physics_layer_0/linear_velocity = Vector2(0, 0)
0:0/0/physics_layer_0/angular_velocity = 0.0
0:0/0/physics_layer_0/polygon_0/points = PackedVector2Array(-48, -64, 48, -64, 64, -48, 64, 48, 48, 64, -48, 64, -64, 48, -64, -48)

[sub_resource type="TileSet" id="TileSet_8pkss"]
physics_layer_0/collision_layer = 1
sources/1 = SubResource("TileSetAtlasSource_tet6l")

[node name="Stage" type="Node2D"]

[node name="TileMap" type="TileMap" parent="."]
tile_set = SubResource("TileSet_8pkss")
format = 2
layer_0/name = "Ground"
layer_0/tile_data = PackedInt32Array(589824, 1, 0, 655352, 1, 0, 589832, 1, 0, 327691, 1, 0, 131088, 1, 0, -131050, 1, 0, 393203, 1, 0, 131054, 1, 0, -655338, 1, 0, -1179626, 1, 0, -1703914, 1, 0, -2228202, 1, 0, -65562, 1, 0, -327714, 1, 0, -524329, 1, 0, -720944, 1, 0)

[node name="Player" parent="." instance=ExtResource("2_wy2jy")]

[node name="Camera2D" type="Camera2D" parent="Player"]
position_smoothing_enabled = true