-
Notifications
You must be signed in to change notification settings - Fork 2
/
Main.tscn
38 lines (30 loc) · 1.02 KB
/
Main.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
33
34
35
36
37
[gd_scene load_steps=4 format=2]
[ext_resource path="res://scripts/Main.gd" type="Script" id=1]
[ext_resource path="res://scripts/Camera2D.gd" type="Script" id=2]
[ext_resource path="res://scenes/GUI.tscn" type="PackedScene" id=3]
[node name="main" type="Node2D"]
script = ExtResource( 1 )
[node name="viewportcontainer" type="ViewportContainer" parent="."]
margin_right = 1166.0
margin_bottom = 768.0
stretch = true
[node name="viewport" type="Viewport" parent="viewportcontainer"]
size = Vector2( 1166, 768 )
handle_input_locally = false
usage = 0
render_target_update_mode = 3
[node name="camera2d" type="Camera2D" parent="viewportcontainer/viewport"]
current = true
limit_left = 0
limit_top = 0
limit_right = 20000
limit_bottom = 12500
limit_smoothed = true
drag_margin_h_enabled = false
drag_margin_v_enabled = false
script = ExtResource( 2 )
[node name="gui" parent="." instance=ExtResource( 3 )]
position = Vector2( 1166, 0 )
z_index = 1
[node name="minimapcentre" type="Sprite" parent="gui"]
position = Vector2( 100, 705.5 )