[過去ログ] 【軽量】godot engine - part2 (1002レス)
1-

このスレッドは過去ログ倉庫に格納されています。
次スレ検索 歴削→次スレ 栞削→次スレ 過去ログメニュー
254: 2022/11/03(木)14:53 ID:HTPOVFIH(1) AAS
func _physics_process( ):
 var velocity = Vector2 (
    Input.get_action_strength("ui_right") - Input.get_action_strength("ui_left"),
    Input.get_action_strength("ui_down") - Input.get_action_strength("ui_up")
 )
  var move_direction = velocity.normalized()
  move_and_slide(spd * move_direction)
省4
1-
あと 748 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.009s