Skip to content

Commit

Permalink
Delete unused backgrounds
Browse files Browse the repository at this point in the history
Old backgrounds used before the graphics update. They are not referenced
anymore, the initial arena background has been swapped to remove the
only referenced sprite, which didn't fit the graphics update anymore.
  • Loading branch information
DarkStoorM committed Sep 5, 2024
1 parent 59dd400 commit b0350d5
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 240 deletions.
Binary file removed JumpRoyale/assets/sprites/backgrounds/Blue.png
Binary file not shown.
34 changes: 0 additions & 34 deletions JumpRoyale/assets/sprites/backgrounds/Blue.png.import

This file was deleted.

Binary file removed JumpRoyale/assets/sprites/backgrounds/Brown.png
Binary file not shown.
34 changes: 0 additions & 34 deletions JumpRoyale/assets/sprites/backgrounds/Brown.png.import

This file was deleted.

Binary file removed JumpRoyale/assets/sprites/backgrounds/Gray.png
Binary file not shown.
34 changes: 0 additions & 34 deletions JumpRoyale/assets/sprites/backgrounds/Gray.png.import

This file was deleted.

Binary file removed JumpRoyale/assets/sprites/backgrounds/Green.png
Binary file not shown.
34 changes: 0 additions & 34 deletions JumpRoyale/assets/sprites/backgrounds/Green.png.import

This file was deleted.

Binary file removed JumpRoyale/assets/sprites/backgrounds/Pink.png
Binary file not shown.
34 changes: 0 additions & 34 deletions JumpRoyale/assets/sprites/backgrounds/Pink.png.import

This file was deleted.

Binary file removed JumpRoyale/assets/sprites/backgrounds/Purple.png
Binary file not shown.
34 changes: 0 additions & 34 deletions JumpRoyale/assets/sprites/backgrounds/Purple.png.import

This file was deleted.

Binary file removed JumpRoyale/assets/sprites/backgrounds/Yellow.png
Binary file not shown.
34 changes: 0 additions & 34 deletions JumpRoyale/assets/sprites/backgrounds/Yellow.png.import

This file was deleted.

4 changes: 2 additions & 2 deletions JumpRoyale/scenes/Arena.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[ext_resource type="PackedScene" uid="uid://c5b384kxo0vyl" path="res://scenes/GameOverlay.tscn" id="5_5yfyu"]
[ext_resource type="PackedScene" uid="uid://cibfccggfqmwh" path="res://scenes/EndScreenOverlay.tscn" id="6_eibxd"]
[ext_resource type="PackedScene" uid="uid://bilf6xw44urbm" path="res://scenes/TimerOverlay.tscn" id="7_f58o7"]
[ext_resource type="Texture2D" uid="uid://dppmxvp2mcbw3" path="res://assets/sprites/backgrounds/Blue.png" id="7_xjx8h"]
[ext_resource type="Texture2D" uid="uid://bl5jjt55tqvyq" path="res://assets/sprites/backgrounds/Bricks.png" id="8_oquvf"]

[node name="Arena" type="Node2D"]
script = ExtResource("1_5vcv2")
Expand Down Expand Up @@ -62,6 +62,6 @@ grow_horizontal = 1
[node name="Background" type="Sprite2D" parent="."]
texture_repeat = 2
position = Vector2(863.25, -3398.18)
texture = ExtResource("7_xjx8h")
texture = ExtResource("8_oquvf")
region_enabled = true
region_rect = Rect2(2.08165e-12, 2.08165e-12, 2500, 9000)

0 comments on commit b0350d5

Please sign in to comment.