codename-routes/World/Tools/Camera/Camera.tscn

19 lines
481 B
Plaintext

[gd_scene load_steps=3 format=2]
[ext_resource path="res://World/Tools/Camera/Camera.gd" type="Script" id=1]
[ext_resource path="res://icon.png" type="Texture" id=3]
[node name="Camera" type="Camera2D"]
current = true
smoothing_enabled = true
drag_margin_left = 0.8
drag_margin_top = 0.8
drag_margin_right = 0.8
drag_margin_bottom = 0.8
script = ExtResource( 1 )
[node name="Icon" type="Sprite" parent="."]
visible = false
position = Vector2( 0, -3 )
texture = ExtResource( 3 )