diff options
Diffstat (limited to 'hackingscene.tscn')
-rw-r--r-- | hackingscene.tscn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/hackingscene.tscn b/hackingscene.tscn index fe87162..bf891b2 100644 --- a/hackingscene.tscn +++ b/hackingscene.tscn @@ -1,8 +1,9 @@ -[gd_scene load_steps=5 format=2] +[gd_scene load_steps=6 format=2] [ext_resource path="res://textures/background.png" type="Texture" id=1] [ext_resource path="res://textures/rooot.png" type="Texture" id=2] [ext_resource path="res://Camera2D.gd" type="Script" id=3] +[ext_resource path="res://default_env.tres" type="Environment" id=4] [sub_resource type="Curve2D" id=1] _data = { @@ -26,6 +27,10 @@ texture = ExtResource( 1 ) curve = SubResource( 1 ) [node name="rooot" type="Sprite" parent="."] +modulate = Color( 10.99, 1, 1, 1 ) position = Vector2( 593.927, 265.399 ) scale = Vector2( 0.298461, 0.320911 ) texture = ExtResource( 2 ) + +[node name="WorldEnvironment" type="WorldEnvironment" parent="."] +environment = ExtResource( 4 ) |