From 2c5e260dd89fa2058b2fb62892b8a7b3aa5d5318 Mon Sep 17 00:00:00 2001 From: Jonas Bernard Date: Sat, 24 Apr 2021 20:21:26 +0200 Subject: Use new Background --- hackingscene.tscn | 3 ++- project.godot | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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] -- cgit