diff options
author | Brenin Cardoso <behilustra@gmail.com> | 2022-07-17 12:53:28 -0300 |
---|---|---|
committer | Brenin Cardoso <behilustra@gmail.com> | 2022-07-17 12:53:28 -0300 |
commit | d1bfedd8751992869e024cdb8d2ad5bf3a28e59c (patch) | |
tree | 13e980ad416c33702774494860d7360430a715a5 | |
parent | 378b6b8282470c22a5c597e56652b50c70cfca74 (diff) | |
download | gamejam-gmtk-2022-d1bfedd8751992869e024cdb8d2ad5bf3a28e59c.tar.gz gamejam-gmtk-2022-d1bfedd8751992869e024cdb8d2ad5bf3a28e59c.tar.bz2 gamejam-gmtk-2022-d1bfedd8751992869e024cdb8d2ad5bf3a28e59c.zip |
Arrow adjusments
-rw-r--r-- | Assets/arrow.png | bin | 2436 -> 20156 bytes | |||
-rw-r--r-- | Scenes/PlateBounce.tscn | 9 |
2 files changed, 5 insertions, 4 deletions
diff --git a/Assets/arrow.png b/Assets/arrow.png Binary files differindex b7b01e5..30d9df4 100644 --- a/Assets/arrow.png +++ b/Assets/arrow.png diff --git a/Scenes/PlateBounce.tscn b/Scenes/PlateBounce.tscn index b323006..c33c50b 100644 --- a/Scenes/PlateBounce.tscn +++ b/Scenes/PlateBounce.tscn @@ -1,7 +1,8 @@ -[gd_scene load_steps=6 format=2] +[gd_scene load_steps=7 format=2] [ext_resource path="res://Scenes/PlateBounce.gd" type="Script" id=1] [ext_resource path="res://Assets/arrow.png" type="Texture" id=2] +[ext_resource path="res://Assets/Environment/Obstacle.png" type="Texture" id=3] [sub_resource type="PlaneMesh" id=1] size = Vector2( 1, 1 ) @@ -11,15 +12,15 @@ flags_transparent = true albedo_texture = ExtResource( 2 ) [sub_resource type="SpatialMaterial" id=3] -albedo_color = Color( 0.341176, 0.27451, 0.529412, 1 ) +albedo_color = Color( 0.584314, 0.54902, 0.678431, 1 ) +albedo_texture = ExtResource( 3 ) [node name="PlateBounce" type="Spatial"] script = ExtResource( 1 ) valid_symbols = [ "2", "3", "4", "5", "6", "" ] -cardinal = null [node name="Mesh" type="MeshInstance" parent="."] -transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.02, 0 ) +transform = Transform( 0.825458, 0, 0, 0, 1, 0, 0, 0, 0.825458, 0, 0.02, 0 ) mesh = SubResource( 1 ) material/0 = SubResource( 2 ) |