Cows-Revenge/try.tscn
2017-04-16 00:26:37 +02:00

60 lines
1.5 KiB
Text

[gd_scene load_steps=2 format=1]
[ext_resource path="res://tile.png" type="Texture" id=1]
[node name="CanvasLayer" type="CanvasLayer"]
layer = 1
offset = Vector2( 0, 0 )
rotation = 0.0
scale = Vector2( 1, 1 )
[node name="ParallaxBackground" type="ParallaxBackground" parent="."]
layer = -1
offset = Vector2( 0, 0 )
rotation = 0.0
scale = Vector2( 1, 1 )
scroll/offset = Vector2( 0, 0 )
scroll/base_offset = Vector2( 0, 0 )
scroll/base_scale = Vector2( 1, 1 )
scroll/limit_begin = Vector2( 0, 0 )
scroll/limit_end = Vector2( 0, 0 )
scroll/ignore_camera_zoom = true
[node name="ParallaxLayer" type="ParallaxLayer" parent="ParallaxBackground"]
transform/pos = Vector2( 72, 48 )
transform/scale = Vector2( 1.75, 1.5 )
motion/scale = Vector2( 1, 1 )
motion/offset = Vector2( 0, 0 )
motion/mirroring = Vector2( 0, 0 )
[node name="Sprite" type="Sprite" parent="ParallaxBackground/ParallaxLayer"]
transform/pos = Vector2( 256, 256 )
transform/scale = Vector2( 100, 100 )
texture = ExtResource( 1 )
[node name="Camera2D" type="Camera2D" parent="."]
transform/pos = Vector2( 512, 416 )
transform/scale = Vector2( 16.375, 9.25 )
anchor_mode = 1
rotating = false
current = false
zoom = Vector2( 1, 1 )
limit/left = -10000000
limit/top = -10000000
limit/right = 10000000
limit/bottom = 10000000
drag_margin/h_enabled = true
drag_margin/v_enabled = true
smoothing/enable = false
smoothing/speed = 5.0
drag_margin/left = 0.2
drag_margin/top = 0.2
drag_margin/right = 0.2
drag_margin/bottom = 0.2