加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
joystick.tscn 435 Bytes
一键复制 编辑 原始数据 按行查看 历史
sersoong 提交于 2017-09-24 11:30 . v1.01 修改图形元素
[gd_scene load_steps=4 format=1]
[ext_resource path="res://joystick.gd" type="Script" id=1]
[ext_resource path="res://Back_01.png" type="Texture" id=2]
[ext_resource path="res://Joystick_01.png" type="Texture" id=3]
[node name="root" type="Node2D"]
script/script = ExtResource( 1 )
[node name="bg" type="Sprite" parent="."]
texture = ExtResource( 2 )
[node name="joystick" type="Sprite" parent="."]
texture = ExtResource( 3 )
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化