diff options
author | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-17 16:10:33 +0200 |
---|---|---|
committer | IcECreAm777 <31211782+IcECreAm777@users.noreply.github.com> | 2022-07-17 16:10:33 +0200 |
commit | d4a7159ddf728fbd6567c0e18963bc0ad580ad41 (patch) | |
tree | d8928f53218d3250386fd947f9fb7ba0ef5edc80 /godot/scenes/Die.tscn | |
parent | 37569906966cc4cd33278c5e2ad0aae9755aee33 (diff) | |
parent | 226e2c15490a3aedde6fa244b4ff48fc1eddb4da (diff) | |
download | 2022-d4a7159ddf728fbd6567c0e18963bc0ad580ad41.tar.gz 2022-d4a7159ddf728fbd6567c0e18963bc0ad580ad41.tar.bz2 2022-d4a7159ddf728fbd6567c0e18963bc0ad580ad41.zip |
Merge branch 'main' of https://codeberg.org/code-your-friends/gmtk2022
Diffstat (limited to 'godot/scenes/Die.tscn')
-rw-r--r-- | godot/scenes/Die.tscn | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/godot/scenes/Die.tscn b/godot/scenes/Die.tscn index 75f7223..5c96dbb 100644 --- a/godot/scenes/Die.tscn +++ b/godot/scenes/Die.tscn @@ -1,7 +1,8 @@ -[gd_scene load_steps=9 format=2] +[gd_scene load_steps=10 format=2] [ext_resource path="res://scenes/Die.gd" type="Script" id=1] [ext_resource path="res://assets/game_objects/W8baseColor_Mat.material" type="Material" id=2] +[ext_resource path="res://assets/textures/circles.png" type="Texture" id=3] [sub_resource type="PhysicsMaterial" id=7] friction = 0.0 @@ -147,3 +148,14 @@ margin_left = 64.0 margin_top = 44.0 margin_right = 1185.0 margin_bottom = 153.0 + +[node name="PowerUI3D" type="Spatial" parent="."] + +[node name="Arrow" type="MeshInstance" parent="PowerUI3D"] + +[node name="SpriteCircles" type="Sprite3D" parent="PowerUI3D"] +cast_shadow = 0 +opacity = 0.43 +pixel_size = 0.0071 +axis = 1 +texture = ExtResource( 3 ) |