Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
fix: asset locations
Browse files Browse the repository at this point in the history
  • Loading branch information
lishaduck committed Feb 6, 2024
1 parent 6102018 commit bc07cf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion game/levels/tutorial.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[ext_resource type="TileSet" uid="uid://du4mlit2n1o7c" path="res://assets/tilesets/tiles.tres" id="1_ixvwr"]
[ext_resource type="PackedScene" uid="uid://bqfj4dlx64q0r" path="res://game/characters/wizard/wizard.tscn" id="2_gvfjw"]
[ext_resource type="FontFile" uid="uid://cacer1um2xmlh" path="res://game/menus/main/font.otf" id="3_l5147"]
[ext_resource type="FontFile" uid="uid://cacer1um2xmlh" path="res://assets/fonts/font.otf" id="3_l5147"]
[ext_resource type="PackedScene" uid="uid://dxtj2socpdo5p" path="res://game/spawnables/rock/rock.tscn" id="3_otly5"]
[ext_resource type="PackedScene" uid="uid://cxw6ee0kfg0yk" path="res://game/scenes/anti_math_juice/anti_math_juice.tscn" id="5_76m1h"]
[ext_resource type="PackedScene" uid="uid://bve1ycnoxavc8" path="res://game/scenes/checkpoint/checkpoint.tscn" id="6_newtr"]
Expand Down
2 changes: 1 addition & 1 deletion game/scenes/checkpoint/checkpoint.tscn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[gd_scene load_steps=4 format=3 uid="uid://bve1ycnoxavc8"]

[ext_resource type="Script" path="res://game/scenes/checkpoint/checkpoint.gd" id="1_0pku0"]
[ext_resource type="Texture2D" uid="uid://d3k2oa500c8da" path="res://icon.svg" id="1_052k8"]
[ext_resource type="Texture2D" uid="uid://d3k2oa500c8da" path="res://assets/icon.svg" id="1_052k8"]

[sub_resource type="RectangleShape2D" id="RectangleShape2D_oj5sh"]
size = Vector2(20, 35)
Expand Down
2 changes: 1 addition & 1 deletion game/spawnables/number/number.tscn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[gd_scene load_steps=4 format=3 uid="uid://hiclokv8sham"]

[ext_resource type="Script" path="res://game/spawnables/number/number.gd" id="1_ueyug"]
[ext_resource type="Texture2D" uid="uid://dgdt3twjqao7b" path="res://assets/number_balls/1.png" id="2_7id44"]
[ext_resource type="Texture2D" uid="uid://dgdt3twjqao7b" path="res://assets/sprites/number_balls/1.png" id="2_7id44"]

[sub_resource type="CircleShape2D" id="CircleShape2D_sd8cv"]
radius = 9.82594
Expand Down

0 comments on commit bc07cf3

Please sign in to comment.