Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
outfrost committed Apr 26, 2021
2 parents 4251833 + 45c6e6d commit 99027ac
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 11 deletions.
7 changes: 7 additions & 0 deletions character/Heart_Empty.tres
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[gd_resource type="AtlasTexture" load_steps=2 format=2]

[ext_resource path="res://character/orbhealthbar.png" type="Texture" id=1]

[resource]
atlas = ExtResource( 1 )
region = Rect2( 0, 31, 16, 16 )
6 changes: 5 additions & 1 deletion character/Heart_Full.tres
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[gd_resource type="AtlasTexture" format=2]
[gd_resource type="AtlasTexture" load_steps=2 format=2]

[ext_resource path="res://character/orbhealthbar.png" type="Texture" id=1]

[resource]
atlas = ExtResource( 1 )
region = Rect2( 0, 0, 16, 16 )
7 changes: 7 additions & 0 deletions character/Heart_Half.tres
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[gd_resource type="AtlasTexture" load_steps=2 format=2]

[ext_resource path="res://character/orbhealthbar.png" type="Texture" id=1]

[resource]
atlas = ExtResource( 1 )
region = Rect2( 0, 16, 16, 16 )
20 changes: 10 additions & 10 deletions character/PlayerCharacter.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -132,45 +132,45 @@ bus = "Effects"
[node name="CanvasLayer" type="CanvasLayer" parent="."]

[node name="TextureRect" type="TextureRect" parent="CanvasLayer"]
margin_left = 48.0
margin_left = 16.0
margin_top = 16.0
margin_right = 80.0
margin_right = 48.0
margin_bottom = 48.0
__meta__ = {
"_edit_use_anchors_": false
}

[node name="TextureRect2" type="TextureRect" parent="CanvasLayer"]
margin_left = 80.0
margin_left = 48.0
margin_top = 16.0
margin_right = 112.0
margin_right = 80.0
margin_bottom = 48.0
__meta__ = {
"_edit_use_anchors_": false
}

[node name="TextureRect3" type="TextureRect" parent="CanvasLayer"]
margin_left = 112.0
margin_left = 80.0
margin_top = 16.0
margin_right = 144.0
margin_right = 112.0
margin_bottom = 48.0
__meta__ = {
"_edit_use_anchors_": false
}

[node name="TextureRect4" type="TextureRect" parent="CanvasLayer"]
margin_left = 144.0
margin_left = 112.0
margin_top = 16.0
margin_right = 176.0
margin_right = 144.0
margin_bottom = 48.0
__meta__ = {
"_edit_use_anchors_": false
}

[node name="TextureRect5" type="TextureRect" parent="CanvasLayer"]
margin_left = 176.0
margin_left = 144.0
margin_top = 16.0
margin_right = 208.0
margin_right = 176.0
margin_bottom = 48.0
__meta__ = {
"_edit_use_anchors_": false
Expand Down

0 comments on commit 99027ac

Please sign in to comment.