[過去ログ] 【ゲームエンジン】Godot Engine (1002レス)
上下前次1-新
このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
800: 2020/07/02(木)13:39 ID:kDnXyHP9(1/3) AAS
extends KinematicBody2D
func _process(delta):
var velocity = Vector2()
var speed = 400
if Input.is_action_pressed("ui_right"):
velocity.x += 1
if Input.is_action_pressed("ui_left"):
velocity.x -= 1
if Input.is_action_pressed("ui_down"):
velocity.y += 1
if Input.is_action_pressed("ui_up"):
velocity.y -= 1
if Input.is_action_pressed("ui_accept"):
speed = 200
if velocity.length() > 0:
velocity = velocity.normalized() * speed
position += velocity * delta
これで上と右とシフト押せば右斜め上方向にゆっくり移動すると思うんだけどそれができない
シフトの代わりにスペースとかエンター押すとできる
上下前次1-新書関写板覧索設栞歴
あと 202 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル
ぬこの手 ぬこTOP 0.963s*