diff options
-rw-r--r-- | hackingscene.tscn | 3 | ||||
-rw-r--r-- | project.godot | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/hackingscene.tscn b/hackingscene.tscn index 762b834..a3bfec3 100644 --- a/hackingscene.tscn +++ b/hackingscene.tscn @@ -1,12 +1,13 @@ [gd_scene load_steps=8 format=2] -[ext_resource path="res://textures/background.png" type="Texture" id=1] +[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 ) diff --git a/project.godot b/project.godot index 1ba11ac..a04a182 100644 --- a/project.godot +++ b/project.godot @@ -10,6 +10,7 @@ config_version=4 _global_script_classes=[ ] _global_script_class_icons={ + } [application] |