|  | @@ -1,13 +1,20 @@
 | 
	
		
			
				|  |  | -[gd_scene load_steps=3 format=3 uid="uid://c483fkssc36s"]
 | 
	
		
			
				|  |  | +[gd_scene load_steps=4 format=3 uid="uid://c483fkssc36s"]
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  [ext_resource type="Script" path="res://screens/game.gd" id="1_4dd0q"]
 | 
	
		
			
				|  |  | +[ext_resource type="Texture2D" uid="uid://djifkreeh0nb4" path="res://assets/textures/game_background.jpg" id="2_qk61j"]
 | 
	
		
			
				|  |  |  [ext_resource type="PackedScene" uid="uid://bnoxyhq2ha6r1" path="res://assets/scenes/health_bar.tscn" id="2_x77og"]
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  [node name="Game" type="Node2D"]
 | 
	
		
			
				|  |  |  script = ExtResource("1_4dd0q")
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | +[node name="Background" type="Sprite2D" parent="."]
 | 
	
		
			
				|  |  | +z_index = -10
 | 
	
		
			
				|  |  | +position = Vector2(640, 360)
 | 
	
		
			
				|  |  | +scale = Vector2(0.5, 0.5)
 | 
	
		
			
				|  |  | +texture = ExtResource("2_qk61j")
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |  [node name="HealthBar" parent="." instance=ExtResource("2_x77og")]
 | 
	
		
			
				|  |  | -position = Vector2(640, 70)
 | 
	
		
			
				|  |  | +position = Vector2(640, 63)
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  [node name="Timer" type="Timer" parent="."]
 | 
	
		
			
				|  |  |  autostart = true
 |