Stuff
This commit is contained in:
11
Game.tscn
11
Game.tscn
@@ -2,7 +2,7 @@
|
||||
|
||||
[ext_resource type="Script" path="res://label.gd" id="1"]
|
||||
[ext_resource type="Script" path="res://MainGame.gd" id="2"]
|
||||
[ext_resource type="PackedScene" uid="uid://bd13f8yhh8x0i" path="res://scenes/healer_pasture/healer_pasture.tscn" id="2_df4mv"]
|
||||
[ext_resource type="PackedScene" uid="uid://bd13f8yhh8x0i" path="res://scenes/pit/pit.tscn" id="2_df4mv"]
|
||||
[ext_resource type="Theme" uid="uid://dkli02kmdncbc" path="res://UITheme.tres" id="4"]
|
||||
[ext_resource type="FontFile" uid="uid://b1n7bvtur65ac" path="res://friendlyscribbles.ttf" id="5_0olt8"]
|
||||
[ext_resource type="Script" path="res://GameScript.gd" id="5_rglkg"]
|
||||
@@ -95,3 +95,12 @@ libraries = {
|
||||
[node name="GameScript" type="Node" parent="."]
|
||||
unique_name_in_owner = true
|
||||
script = ExtResource("5_rglkg")
|
||||
|
||||
[node name="Camera2D" type="Camera2D" parent="."]
|
||||
limit_left = 0
|
||||
limit_top = 0
|
||||
limit_right = 99999999
|
||||
limit_bottom = 99999999
|
||||
limit_smoothed = true
|
||||
position_smoothing_enabled = true
|
||||
position_smoothing_speed = 0.5
|
||||
|
||||
Reference in New Issue
Block a user