-
Notifications
You must be signed in to change notification settings - Fork 0
/
world.tscn
32 lines (23 loc) · 1.01 KB
/
world.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
28
29
30
31
32
[gd_scene load_steps=4 format=3 uid="uid://ses781sho4c5"]
[ext_resource type="Script" path="res://manager.gd" id="1_7rgc7"]
[ext_resource type="PackedScene" uid="uid://cdsxn8ypvjpq" path="res://characters/player/player.tscn" id="2_hynhf"]
[sub_resource type="ViewportTexture" id="ViewportTexture_q5t07"]
viewport_path = NodePath("SubViewport")
[node name="Node2D" type="Node2D"]
script = ExtResource("1_7rgc7")
[node name="TileMap" type="TileMap" parent="."]
format = 2
[node name="Player" parent="." instance=ExtResource("2_hynhf")]
[node name="SubViewport" type="SubViewport" parent="."]
transparent_bg = true
handle_input_locally = false
size = Vector2i(768, 768)
size_2d_override_stretch = true
render_target_update_mode = 4
[node name="Camera2D" type="Camera2D" parent="SubViewport"]
zoom = Vector2(0.1, 0.1)
[node name="UI" type="CanvasLayer" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="UI"]
position = Vector2(1216, 656)
scale = Vector2(0.722917, 0.68125)
texture = SubResource("ViewportTexture_q5t07")