Player with tooltips

This commit is contained in:
2023-02-24 19:28:52 +01:00
parent 8e72e44a4c
commit 825d38636a
12 changed files with 274 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
[gd_scene load_steps=29 format=2]
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_player.gd" type="Script" id=1]
[ext_resource path="res://gymkhana/addons/escoria-ui-return-monkey-island/esc_player_with_tooltip.gd" type="Script" id=1]
[ext_resource path="res://gymkhana/characters/oier/oier-mod.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/characters/oier/oier_animations.tres" type="Resource" id=3]
@@ -176,7 +176,7 @@ animations = [ {
radius = 53.0
height = 208.0
[node name="ESCPlayer" type="Area2D"]
[node name="ESCPlayerWithTooltip" type="Area2D"]
pause_mode = 1
position = Vector2( -5, 0 )
script = ExtResource( 1 )