diff options
author | rom <romangraef@gmail.com> | 2021-04-25 15:38:57 +0200 |
---|---|---|
committer | rom <romangraef@gmail.com> | 2021-04-25 15:41:42 +0200 |
commit | a8d0cd8b68131251cf07fff6fd01817012f23d8a (patch) | |
tree | d7830ee11ca91c13308c5b6fb5e8c38b9c09c727 /hackingscene.tscn | |
parent | 65da988ee9536858ef9975becb739ba24c695aea (diff) | |
download | ldjam48-a8d0cd8b68131251cf07fff6fd01817012f23d8a.tar.gz ldjam48-a8d0cd8b68131251cf07fff6fd01817012f23d8a.tar.bz2 ldjam48-a8d0cd8b68131251cf07fff6fd01817012f23d8a.zip |
base level loading
Diffstat (limited to 'hackingscene.tscn')
-rw-r--r-- | hackingscene.tscn | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/hackingscene.tscn b/hackingscene.tscn deleted file mode 100644 index 992ef96..0000000 --- a/hackingscene.tscn +++ /dev/null @@ -1,41 +0,0 @@ -[gd_scene load_steps=8 format=2] - -[ext_resource path="res://textures/backgrounds/background_blue.png" type="Texture" id=1] -[ext_resource path="res://Camera2D.gd" type="Script" id=3] -[ext_resource path="res://default_env.tres" type="Environment" id=4] -[ext_resource path="res://components/HackButton.tscn" type="PackedScene" id=5] -[ext_resource path="res://hackingscene.gd" type="Script" id=6] -[ext_resource path="res://textures/icons/heart.png" type="Texture" id=7] - -[sub_resource type="Curve2D" id=1] -_data = { -"points": PoolVector2Array( 0, 0, 0, 0, -74.612, 128.932, 0, 0, 0, 0, 390.299, 185.629, 0, 0, 0, 0, 520.071, -115.492, 0, 0, 0, 0, 182.412, -341.018, 0, 0, 0, 0, -153.987, 20.5792, 0, 0, 0, 0, -131.308, 224.686 ) -} - -[node name="Node2D" type="Node2D"] -script = ExtResource( 6 ) - -[node name="Camera2D" type="Camera2D" parent="."] -current = true -script = ExtResource( 3 ) -speedup = 150 -speedup_time = 10 - -[node name="Sprite" type="Sprite" parent="Camera2D"] -position = Vector2( 1.49817, -2.26822 ) -scale = Vector2( 0.667, 0.681832 ) -texture = ExtResource( 1 ) - -[node name="Path2D" type="Path2D" parent="."] -curve = SubResource( 1 ) - -[node name="WorldEnvironment" type="WorldEnvironment" parent="."] -environment = ExtResource( 4 ) - -[node name="HackButton" parent="." instance=ExtResource( 5 )] - -[node name="heart" type="Sprite" parent="."] -position = Vector2( 467.501, -263.722 ) -texture = ExtResource( 7 ) - -[connection signal="on_click" from="HackButton" to="." method="_on_HackButton_on_click"] |