mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-13 05:52:24 +02:00
Added banana animation
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
[gd_scene load_steps=9 format=2]
|
||||
[gd_scene load_steps=10 format=2]
|
||||
|
||||
[ext_resource path="res://Menus/DragNDrop/DragSource.tscn" type="PackedScene" id=1]
|
||||
[ext_resource path="res://Menus/DragNDrop/DragSink.tscn" type="PackedScene" id=2]
|
||||
[ext_resource path="res://Objects/Banana/Banana.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://testSprites/bannane.png" type="Texture" id=4]
|
||||
[ext_resource path="res://Objects/Banana/icon.png" type="Texture" id=4]
|
||||
[ext_resource path="res://Objects/Traps/Bear/bear.jpg" type="Texture" id=5]
|
||||
[ext_resource path="res://Objects/Traps/bear.tscn" type="PackedScene" id=6]
|
||||
[ext_resource path="res://Objects/Traps/Bear/Animation/0012.png" type="Texture" id=7]
|
||||
[ext_resource path="res://Menus/DragNDrop/DragNDropUI.gd" type="Script" id=8]
|
||||
[ext_resource path="res://Objects/Banana/mouse_follow.png" type="Texture" id=9]
|
||||
|
||||
[node name="DragNDropUI" type="Control"]
|
||||
anchor_right = 1.0
|
||||
@@ -26,7 +27,7 @@ margin_right = 43.9239
|
||||
margin_bottom = 252.793
|
||||
texture = ExtResource( 4 )
|
||||
Item = ExtResource( 3 )
|
||||
PreviewIcon = ExtResource( 4 )
|
||||
PreviewIcon = ExtResource( 9 )
|
||||
|
||||
[node name="GenericCard2" parent="." instance=ExtResource( 1 )]
|
||||
margin_left = 69.0145
|
||||
|
||||
Reference in New Issue
Block a user