diff options
author | Jonas Bernard <public.jbernard@web.de> | 2021-04-24 20:21:26 +0200 |
---|---|---|
committer | Jonas Bernard <public.jbernard@web.de> | 2021-04-24 20:21:26 +0200 |
commit | 2c5e260dd89fa2058b2fb62892b8a7b3aa5d5318 (patch) | |
tree | 7d8d2da76b298be3d5aafd1e9a123465356992fd | |
parent | 785b37462e22fe3446eb7b3e09b5b9377fc1eec6 (diff) | |
download | ldjam48-2c5e260dd89fa2058b2fb62892b8a7b3aa5d5318.tar.gz ldjam48-2c5e260dd89fa2058b2fb62892b8a7b3aa5d5318.tar.bz2 ldjam48-2c5e260dd89fa2058b2fb62892b8a7b3aa5d5318.zip |
Use new Background
-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] |