Skip to content

Commit

Permalink
CellStructure scene fixes for new sprites
Browse files Browse the repository at this point in the history
  • Loading branch information
MylesScholz committed May 11, 2024
1 parent fe1cb7c commit e336644
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion flagella.tscn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[gd_scene load_steps=5 format=3 uid="uid://dtweix64dm1yx"]

[ext_resource type="Texture2D" uid="uid://yhqnn7yev434" path="res://Flagella.png" id="1_b4y4e"]
[ext_resource type="Texture2D" path="res://sprites/Flagella/Flagella.png" id="1_b4y4e"]
[ext_resource type="Texture2D" uid="uid://bhreen2eblb2f" path="res://sprites/Flagella/FlagellaActivated0.png" id="2_3gsfp"]
[ext_resource type="Texture2D" uid="uid://dbs7hxvevwc3m" path="res://sprites/Flagella/FlagellaActivated1.png" id="3_drte0"]

Expand Down
2 changes: 1 addition & 1 deletion mitochondria.tscn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[gd_scene load_steps=4 format=3 uid="uid://dgm2tf2frjsuw"]

[ext_resource type="Texture2D" uid="uid://dta8ucnffe3ld" path="res://Mitochondria.png" id="1_y4sua"]
[ext_resource type="Texture2D" path="res://sprites/Mitochondria/Mitochondria.png" id="1_y4sua"]
[ext_resource type="Texture2D" uid="uid://f52f22d765fg" path="res://sprites/Mitochondria/MitochondriaActivated.png" id="2_7ekrb"]

[sub_resource type="SpriteFrames" id="SpriteFrames_ugb65"]
Expand Down
2 changes: 1 addition & 1 deletion nucleus.tscn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[gd_scene load_steps=4 format=3 uid="uid://c5ntrl3w82nt7"]

[ext_resource type="Texture2D" uid="uid://dt0xfqxga5ter" path="res://Nucleus.png" id="1_xsjlx"]
[ext_resource type="Texture2D" path="res://sprites/Nucleus/Nucleus.png" id="1_xsjlx"]
[ext_resource type="Texture2D" uid="uid://damshe10xbbwk" path="res://sprites/Nucleus/NucleusActivated.png" id="2_ckuql"]

[sub_resource type="SpriteFrames" id="SpriteFrames_ipwow"]
Expand Down
2 changes: 1 addition & 1 deletion ribosomes.tscn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[gd_scene load_steps=4 format=3 uid="uid://xrmkxnl40oq3"]

[ext_resource type="Texture2D" uid="uid://ftm20f5a6seu" path="res://Ribosomes.png" id="1_auepq"]
[ext_resource type="Texture2D" path="res://sprites/Ribosomes/Ribosomes.png" id="1_auepq"]
[ext_resource type="Texture2D" uid="uid://bl128i8m40qdl" path="res://sprites/Ribosomes/RibosomesActivated.png" id="2_ly5y4"]

[sub_resource type="SpriteFrames" id="SpriteFrames_p7tnh"]
Expand Down

0 comments on commit e336644

Please sign in to comment.